aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add the ability to fetch book infoA Farzat2026-02-121-2/+9
|
* Add a login checkA Farzat2026-02-111-2/+16
| | | | Try to access the profile page to see if the cookies work or not.
* 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