Update README with basic information

This commit is contained in:
2026-08-30 13:47:56 +02:00
parent d48ed4bf3c
commit 05c2ff025a
+17
View File
@@ -1,3 +1,20 @@
# 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.