uv : install here
- clone the git repository
git clone git@github.com:La-Forge/bpi-to-rss.git- install the dependencies
uv syncEither launch it manually:
python3 generate_feeds.py
python3 serve_feeds.py 8000or use the generate_feeds.sh script to generate the feeds every hour, which can be put in a crontab if necessary : 0 * * * * {path_to_file}
sh ./generate_feeds.sh
sh ./start_service.shYou can now search for terms in the URL for the Projet Achat branch, by using the ?q='chosen terms' at the end of the URL.
Example : https://rss.la-forge.dev/projet-achat?q=intelligence artificielle in your broser.