aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add reqwest HttpClient skeleton (cookies-only)A Farzat2026-02-115-6/+1606
| | | | | | | - 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 specificA Farzat2026-02-101-3/+3
|
* Add a cookies moduleA Farzat2026-02-104-3/+225
| | | | | 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-085-0/+467
|
* Add CLI parsingA Farzat2026-02-073-0/+75
|
* Add READMEA Farzat2026-02-061-0/+8
|
* Init commitA Farzat2026-02-062-0/+7