Files

351 B
Raw Permalink Blame History

repebbleSearchRSS

Generate RSSfeeds for repebbleSearch

Initial setup

git clone https://git.djib.fr/djib/repebbleSearchRSS.git
cd repebbleSearchRSS/
python -m venv .venv
source .venv/bin/activate
pip install feedgen
pip install requests

Running

.venv/bin/python rss-generator.py

You will get RSSfeeds in a feeds/ subfolder.