Tools to retrieve articles from multiple newspaper you subscribed to. **This is a prototype, it isn't stable at all and you may not want to use it if you expect it to just work !** # How to use it First retrieve login cookies for websites and put it in a `.env` ``` cargo run --example=retrive_html_articles ``` # Documentation - 1. [Design](documentation/design/index.md) - a. [Scope of the project](documentation/design/scope.md) - b. [Retrieve](documentation/design/retrieve.md)