Une interface commune pour récupérer des articles de journaux
Go to file
koalp c4ab210c4d
feat: add retrieval application and one newspaper
A first example as well as some documentation have been added

The first example builds an article location and download the article as
an html String.

The documentation explains how it has been designed and what is the goal
of the application as well as it's intended architecture
2021-04-23 22:12:02 +02:00
.gitea/issue_template feat: add retrieval application and one newspaper 2021-04-23 22:12:02 +02:00
crieur-retrieve feat: add retrieval application and one newspaper 2021-04-23 22:12:02 +02:00
documentation feat: add retrieval application and one newspaper 2021-04-23 22:12:02 +02:00
examples feat: add retrieval application and one newspaper 2021-04-23 22:12:02 +02:00
src feat: add retrieval application and one newspaper 2021-04-23 22:12:02 +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 retrieval application and one newspaper 2021-04-23 22:12:02 +02:00
Cargo.toml feat: add retrieval application and one newspaper 2021-04-23 22:12:02 +02:00
justfile feat: add retrieval application and one newspaper 2021-04-23 22:12:02 +02:00
README.md feat: add retrieval application and one newspaper 2021-04-23 22:12:02 +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

cargo run --example=retrive_html_articles

Documentation