This is a simple python script for automatically scraping the most recent articles from any news-site.
Just add the websites you want to scrape to NewsPapers.json and the script will go through
and scrape each site listed in the file.
For more info read comments in NewsScraper.py.
This is my own version, forked from NewsScraper and adapted to my own desires.
Decide to attempt to scrape using Selenium, so incorporated code from this tutorial as well. Now scraping from Marketwatch financial news and printing a list of ticker symbols. Only symbols with positive movement are included.
This script uses the following libraries: