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
- Host: GitHub
- URL: https://github.com/dan-mba/python-selenium-news
- Owner: dan-mba
- Created: 2022-07-09T15:12:27.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2026-02-21T12:59:09.000Z (4 months ago)
- Last Synced: 2026-02-21T19:22:09.178Z (4 months ago)
- Topics: matplotlib, pandas, python, selenium
- Language: Python
- Homepage:
- Size: 10.6 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README-base.md
- Changelog: history.csv
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.