| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add a login check | A Farzat | 2026-02-11 | 1 | -0/+1 |
| | | | | | Try to access the profile page to see if the cookies work or not. | ||||
| * | Add reqwest HttpClient skeleton (cookies-only) | A Farzat | 2026-02-11 | 1 | -0/+1 |
| | | | | | | | | - Build a reqwest::Client with Cookie and browser-like default headers - Wire into main without performing any HTTP calls Note: Keep cookie header internal; never log values | ||||
| * | Make dependency versions less specific | A Farzat | 2026-02-10 | 1 | -3/+3 |
| | | |||||
| * | Add a cookies module | A Farzat | 2026-02-10 | 1 | -0/+3 |
| | | | | | | This parses the cookies found in the cookies.json file, making them ready to be used in http requests. | ||||
| * | Add display and config modules | A Farzat | 2026-02-08 | 1 | -0/+3 |
| | | |||||
| * | Add CLI parsing | A Farzat | 2026-02-07 | 1 | -0/+1 |
| | | |||||
| * | Init commit | A Farzat | 2026-02-06 | 1 | -0/+6 |
