Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 948 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 948 Bytes

GitHub GitHub GitHub

rss-reader-cli

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.

Dependencies:

  • python3.8
  • configparser
  • feedparser

Steps:

  • Clone the repository into your machine
  • copy config.ini.example into config.ini and fill it out
  • copy cron.example into cron or just copy the expression into your cron tab
    • adjust the paths inside the cron expression

License

GPLv3