Une interface commune pour récupérer des articles de journaux
Go to file
2021-04-29 00:24:20 +00:00
.gitea/issue_template feat: add basic chatbot 2021-04-27 04:32:37 +02:00
crieur-chatbot feat: add builder for mediapart, document chatbot 2021-04-29 02:11:32 +02:00
crieur-retrieve feat: add builder for mediapart, document chatbot 2021-04-29 02:11:32 +02:00
documentation feat: add builder for mediapart, document chatbot 2021-04-29 02:11:32 +02:00
examples feat: add builder for mediapart, document chatbot 2021-04-29 02:11:32 +02:00
src/bin feat: add builder for mediapart, document chatbot 2021-04-29 02:11:32 +02:00
.drone.yml chore(ci): add cmake to the test stage 2021-04-29 02:14:30 +02:00
.gitattributes feat: add retrieval application and one newspaper 2021-04-23 22:12:02 +02:00
.gitignore feat: add retrieval application and one newspaper 2021-04-23 22:12:02 +02:00
.rustfmt.toml feat: add retrieval application and one newspaper 2021-04-23 22:12:02 +02:00
Cargo.lock feat: add basic chatbot 2021-04-27 04:32:37 +02:00
Cargo.toml feat: add basic chatbot 2021-04-27 04:32:37 +02:00
justfile feat: add retrieval application and one newspaper 2021-04-23 22:12:02 +02:00
README.md feat: add builder for mediapart, document chatbot 2021-04-29 02:11:32 +02:00

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 run

cargo run --example=cli_downloader

To know how to run the chatbot, please read the chatbot guide

Documentation