Skip to content

A RSS feed manager written in Python for your terminal, supporting OPML import.

License

Notifications You must be signed in to change notification settings

heubergen/pyfeedmanager

Repository files navigation

pyfeedmanager

A RSS feed manager written in Python for your terminal, supporting OPML import.

Installation

This script was developed with Python 3.11.6, make sure you have at least v3.11 installed.

  1. If you don't have it already, install sqlite with your package manager.
  2. 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
  1. Change the templates in env_secrets.template and rename the file into env_secrets.py

  2. Now simply run the main.py file

python3 main.py

About

A RSS feed manager written in Python for your terminal, supporting OPML import.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages