Skip to content

juanvel4000/ufr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uFR

A cli-based rss reader written in python

Installation

pip

If your system (Windows, macOS and some Linux distributions) supports pip

pip install unnfr

Arch Linux

on Arch Linux or Arch-based Distributions (EndeavourOS, Manjaro, etc.), you can use the PKGBUILD

makepkg -si

Other

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

Dependencies

  • requests: if you want to download feeds
  • xmltodict: required to read feeds
  • inscriptis: required for descriptions

License

uFR is licensed with the MIT License