This RSS feed reader requires setting a feed URL in an ini file and setting up a cron job or Windows Task Scheduler(or other methods).
It will output the posts to a user-specified log file which needs to be constantly read with e.g tail -f ./rss-reader-cli.log
.
- python3.8
- configparser
- feedparser
- Clone the repository into your machine
- copy
config.ini.example
intoconfig.ini
and fill it out - copy
cron.example
intocron
or just copy the expression into your cron tab- adjust the paths inside the cron expression