crieur/README.md
koalp 970f510cd1
feat: add retrieval from le monde diplomatique
Add retrieval from le monde diplomatique

Previously, 404 pages were injected in the document when downloading
styles
Now, the downloader returns None when documents are not found
2021-05-22 04:41:01 +02:00

1.3 KiB

Tools to retrieve articles from multiple newspaper you subscribed to, all from the same place.

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

Documentation

  1. Design
    1. Scope of the project and roadmap
    2. Retrieve
    3. Tooling
  2. Guides
    1. Add a newspaper a source
    2. Build and run the chatbot
  3. Reference
    1. Newspaper source configuration
    2. Chatbot configuration