A small project by @KhongSoMeo to track some website's posts using RSS.
Licensed under The GPU GPL v3.0
usage: feed_fetch.py [-h] --urls URLS [--save SAVE]
optional arguments:
-h, --help show this help message and exit
--urls URLS JSON file stores list of RSS (default: None)
--save SAVE Saving new news (if any) to a file (default: feed.txt)
- If there are new feeds, they'll be fetch and save on the feed file
(logs/{current_date}/{current_time}-feed.txt
by default). - Running
run.bat
(Windows) orrun.sh
(Unix) if you're too lazy to type arguments.
Inside config/keywords.txt
, add more keywords. When a title (has these keywords) is fetched, a notice will be print out on the screen.
bash clean.sh