$ sudo apt install curl
$ sudo apt install python-pip
$ sudo pip install BeautifulSoup4
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
$ cd ~/rss-reader-cli
$ sudo make update
$ cd ~/rss-reader-cli
$ sudo make uninstall
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"
