A RSS feed manager written in Python for your terminal, supporting OPML import.
This script was developed with Python 3.11.6, make sure you have at least v3.11 installed.
- If you don't have it already, install sqlite with your package manager.
- First create and enable a venv with your favorite command, then run the following pip command to install all the requirements:
pip install -r requirements.txt
-
Change the templates in env_secrets.template and rename the file into env_secrets.py
-
Now simply run the main.py file
python3 main.py