Skip to content

ondra6ak/rssr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rssr

A simple python3 rssr reader

Installation

sudo chmod +x install-all.sh
./install-all.sh

Dependecies

  • python3
  • python3-feedparser
  • python3-lxml
  • surf (only by default, you can use any web browser you want, just run rss-read with -c [YOUR_WEB_BROWSER], also write this to the rss shell script)

Cron

If you want to pull new articles from your feeds automaticly, you can use cron:

crontab -e

An editor should open. Jump to the end and write:

0 0,4,8,12,16,20 * * * /usr/bin/rssr-pull

Save and close and your done. From this moment cron will execute rssr-pull every four hours.

Feeds

Feeds urls are in ~/.rssr/feeds.

Adding a new feed is pretty simple:

echo [FEED_URL] >> ~/.rssr/feeds

About

A simple python3 rssr reader

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published