An open API service indexing awesome lists of open source software.

https://github.com/dan-mba/python-selenium-news

Python project to scape data from Google News search to a markdown table
https://github.com/dan-mba/python-selenium-news

matplotlib pandas python selenium

Last synced: about 1 month ago
JSON representation

Python project to scape data from Google News search to a markdown table

Awesome Lists containing this project

README

          

# python-selenium-news

This project uses [Selenium](https://www.seleniumhq.org/) 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](https://pandas.pydata.org/).

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