RSS 360 is simple and mighty tool that allows you to scan a bunch of websites and fetch links of RSS channels from it.
Basic requirements: Python 3.6 or higher.
All actions must be performed in the project directory.
-
Installing and activating virtualenv (not necessary but recommended
pip3 install virtualenv virtualenv env --python=python3 source env/bin/activate/
-
Installing requirements
pip install -r requirements.txt
And you're good to go.