A cli-based rss reader written in python
If your system (Windows, macOS and some Linux distributions) supports pip
pip install unnfr
on Arch Linux or Arch-based Distributions (EndeavourOS, Manjaro, etc.), you can use the PKGBUILD
makepkg -si
You can setup a venv
python -m venv ~/.venv
source ~/.venv/bin/activate
pip install unnfr
Or for windows:
python -m venv %USERPROFILE%/.venv
%USERPROFILE%/bin/activate.bat
pip install unnfr
- requests: if you want to download feeds
- xmltodict: required to read feeds
- inscriptis: required for descriptions
uFR is licensed with the MIT License