A simple python3 rssr reader
sudo chmod +x install-all.sh
./install-all.sh- python3
- python3-feedparser
- python3-lxml
- surf (only by default, you can use any web browser you want, just run
rss-readwith-c [YOUR_WEB_BROWSER], also write this to therssshell script)
If you want to pull new articles from your feeds automaticly, you can use cron:
crontab -eAn editor should open. Jump to the end and write:
0 0,4,8,12,16,20 * * * /usr/bin/rssr-pullSave and close and your done. From this moment cron will execute rssr-pull every four hours.
Feeds urls are in ~/.rssr/feeds.
Adding a new feed is pretty simple:
echo [FEED_URL] >> ~/.rssr/feeds