diff --git a/README.md b/README.md index 77da77a..aa7e9c4 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,20 @@ # repebbleSearchRSS -Generate RSS feeds for repebbleSearch \ No newline at end of file +Generate RSS feeds 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 RSS feeds in a feeds/ subfolder.