pygnews

Python library for scrapping Google news feeds


License
MIT
Install
pip install pygnews==0.1.1

Documentation

PyGNews :: Overview

PyGNews

Python Library for Scrapping Google News Feeds.

Source Code: https://github.com/Law101/pygnews/

Requirements

Python 3.6+ and pip

PyGNews rest fully on:

You don't need to install these separately, running the pip install below handles everything for you.

Installation

pip install pygnews

Example

# Import the Fetching Module
from pygnews import fetcher

# Create Fetching instance
news = fetcher.PyGNews()

# Get stop stories from Google News
print(news.top_stories())

License

This project is licensed under the terms of the MIT license.