21 lines
351 B
Markdown
21 lines
351 B
Markdown
# repebbleSearchRSS
|
||
|
||
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.
|