Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mar0ls/gnews
scraper google news
https://github.com/mar0ls/gnews
google googlenewsscraper news pygooglenews python scraper translation
Last synced: 8 days ago
JSON representation
scraper google news
- Host: GitHub
- URL: https://github.com/mar0ls/gnews
- Owner: mar0ls
- Created: 2023-02-20T20:28:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-02-21T16:00:32.000Z (over 1 year ago)
- Last Synced: 2023-09-10T20:12:11.114Z (about 1 year ago)
- Topics: google, googlenewsscraper, news, pygooglenews, python, scraper, translation
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- 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
![image](https://user-images.githubusercontent.com/120790937/220199013-b01c37ba-f557-4c04-aebf-e9103ff9a76b.png)* Output:
![image](https://user-images.githubusercontent.com/120790937/220199217-1b099af6-a99b-41d5-81de-5dd5c24ffbcb.png)* Another example using a translation into PL:
![image](https://user-images.githubusercontent.com/120790937/220201757-1824e171-5342-40a2-9c9e-887438339e12.png)* Output with translation:
![image](https://user-images.githubusercontent.com/120790937/220202005-07c00c24-bc0d-44bc-b75b-4b4ca94fb7fd.png)# Link
[Link to pygooglenews library](https://github.com/kotartemiy/pygooglenews)# Have a nice coding