aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Add a login checkA Farzat2026-02-112-2/+38
| | | | Try to access the profile page to see if the cookies work or not.
* Add reqwest HttpClient skeleton (cookies-only)A Farzat2026-02-113-2/+121
| | | | | | | - 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
* Add a cookies moduleA Farzat2026-02-102-3/+158
| | | | | This parses the cookies found in the cookies.json file, making them ready to be used in http requests.
* Add display and config modulesA Farzat2026-02-083-0/+95
|
* Add CLI parsingA Farzat2026-02-072-0/+74