An image to run crieur-chatbot have been added. The crieur-chatbot matrix-sdk dependency have been edited in order to use rustls instead of native tsl library.
1.2 KiB
1.2 KiB
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
such as
explained in the newspaper source configuration
documentation
Then you can run an example using
cargo run --example=cli_downloader
You can also specify the URL using
cargo run --example=cli_downloader -- [your url]
To know how to run the chatbot, please read the chatbot guide