https://github.com/mar0ls/gnews
scraper google news
https://github.com/mar0ls/gnews
google googlenewsscraper news pygooglenews python scraper translation
Last synced: 8 months ago
JSON representation
scraper google news
- Host: GitHub
- URL: https://github.com/mar0ls/gnews
- Owner: mar0ls
- Created: 2023-02-20T20:28:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-21T16:00:32.000Z (over 3 years ago)
- Last Synced: 2025-02-23T02:45:48.849Z (over 1 year ago)
- Topics: google, googlenewsscraper, news, pygooglenews, python, scraper, translation
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gnews
Google News scraper with use pygooglenews library, which acts as a wrapper library for the Google RSS feed.
# Installation
```bash
pip install --no-deps pygooglenews
pip install textblob
pip install pandas
```
# Usage:
* Input

* Output:

* Another example using a translation into PL:

* Output with translation:

# Link
[Link to pygooglenews library](https://github.com/kotartemiy/pygooglenews)
# Have a nice coding