Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 611 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 611 Bytes

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