Skip to content

ayoubkachkach/drone-watch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web app that scrapes online articles and automatically classifies which ones are reporting on drone airstrikes or not. The articles reporting on drone strikes can be further labelled. The labels are stored in a DB for further analysis.

Run drone-watch/scraping/scrape_all.py to scrape all supported websites!

Adding new sources to scrape should be made by adding a new instance of Website in /scraping/website.py and adding it to the dict 'websites'.