Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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