Skip to content

khongsomeo/hcmus-feed-fetch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Feed Fetcher for HCMUS

A small project by @KhongSoMeo to track some website's posts using RSS.

Licensed under The GPU GPL v3.0

Basic use

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) or run.sh (Unix) if you're too lazy to type arguments.

Keywords mentioning

Inside config/keywords.txt, add more keywords. When a title (has these keywords) is fetched, a notice will be print out on the screen.

Reset configuration

bash clean.sh