finnito / customRSS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CustomRSS

Install

git clone git@github.com:finnito/customRSS.git
python3 -m venv ./venv
source venv/bin/activate
python3 -m pip install -r requirements.txt

Usage

Using this script is fairly simple. Use your browser inspector to get the requesite tags (see feeds.config for an example), and then run the script. It will output an .xml file for each feed as well as an index.html file that enumerates the feeds.

./main.py

About

License:MIT License


Languages

Language:Python 92.2%Language:Shell 7.8%