aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add reqwest HttpClient skeleton (cookies-only)A Farzat2026-02-111-1/+9
| | | | | | | - 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-101-3/+20
| | | | | 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-081-0/+22
|
* Add CLI parsingA Farzat2026-02-071-0/+8