Thanks to visit codestin.com
Credit goes to github.com

Skip to content

immone/news-article-collection

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

News article collection infrastructure

  1. Periodically check if there are any new items in news RSS feeds.
  2. If there are, store new article URL.
  3. Download articles, store automated extraction of news stories as well as the full HTML.

Cronjob example

*/5 * * * * cd ~/news-article-collection/; python3 collect.py
*/30 * * * * cd ~/news-article-collection/; python3 progress.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%