Une interface commune pour récupérer des articles de journaux
Go to file
koalp 756b1592b7
feat: allows to remove elements of html pages
A feature to remove elements of html pages based on css selectors have
been added.

The removal of link element that load external js have been added.
2021-04-24 03:45:13 +02:00
.gitea/issue_template feat: add retrieval application and one newspaper 2021-04-23 22:12:02 +02:00
crieur-retrieve feat: allows to remove elements of html pages 2021-04-24 03:45:13 +02:00
documentation feat: allows to remove elements of html pages 2021-04-24 03:45:13 +02:00
examples feat: allows to remove elements of html pages 2021-04-24 03:45:13 +02:00
src feat: allows to remove elements of html pages 2021-04-24 03:45:13 +02:00
.drone.yml feat: allows to remove elements of html pages 2021-04-24 03:45:13 +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