Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 440 Bytes

README-base.md

File metadata and controls

7 lines (5 loc) · 440 Bytes

python-selenium-news

This project uses Selenium to scrape articles from a Google News search for JavaScript. I chose JavaScript over Python to avoid the disambiguation problems that arise when searching for Python. The articles are then parsed and output to a markdown file using Pandas.

A GitHub action schedules the scraping to run every day and update the README.md file.