Update README with basic information
This commit is contained in:
@@ -1,3 +1,20 @@
|
||||
# repebbleSearchRSS
|
||||
|
||||
Generate RSS feeds for repebbleSearch
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user