2026-08-30 14:48:53 +02:00
2026-08-30 13:42:13 +02:00
2026-08-30 12:19:53 +02:00
2026-08-30 13:47:56 +02:00
2026-08-30 14:48:53 +02:00

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.

S
Description
Generate RSS feeds for repebbleSearch
Readme GPL-3.0
51 KiB
Languages
Python 100%