Skip to content

Latest commit

 

History

History
6 lines (3 loc) · 300 Bytes

README.md

File metadata and controls

6 lines (3 loc) · 300 Bytes

NewsScraper

Basic Python webscraper to pull from a list of websites and subjects you provide in a csv (subjects.csv and sites.csv), pulls the title, summary, link, and date published.

This was built using the following libraries BeautifulSoup4, lxml, csv, requests, panda, datetime, and os.path