Skip to content

lost-plus-found/rss-reader-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RSS Reader Command Line Interface

Preinstallations

$ sudo apt install curl

$ sudo apt install python-pip

$ sudo pip install BeautifulSoup4

Installing

To download this repository, you may either clone via git:

$ cd ~

$ git clone https://github.com/lost-plus-found/rss-reader-cli

or download a source code: rss-reader-cli.

$ cd ~/rss-reader-cli

$ sudo make install

Updating

$ cd ~/rss-reader-cli

$ sudo make update

Uninstalling

$ cd ~/rss-reader-cli

$ sudo make uninstall

Running the command

To choose from the available feeds $ rssreader

To add new feed to your personal list $ rssreader --add

To read a feed by knowing its number $ rssreader 0

To read a feed with its url $ rssreader "http://guindytimes.com/rss?format=rss"

Screenshot

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published