Metadata-Version: 2.1
Name: requests-google
Version: 0.0.3
Summary: A simple google related Parsing Package.
Home-page: https://github.com/yangxuhui/requests-google
Author: Xuhui Yang
Author-email: yangxuhui1992@163.com
License: UNKNOWN
Keywords: google parse crawler
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: feedparser

# requests-google
A simple google related Parsing Package. This library intends to make parsing google product (e.g. google news, google search...) as simple and intuitive as possible.

## Installation
`pip install requests-html`

## Usage
### Command-line Tools
#### requests_googlenews
```bash
$ requests_googlenews -g Fargo ND -f link
https://www.inforum.com/4718103-PHOTO-Kurds-rally-in-downtown-Fargo
https://www.am1100theflag.com/news/11569-i-29-open-fargo-canadian-border
...
$ requests_googlenews -g Fargo ND -f link title
https://www.inforum.com/4718103-PHOTO-Kurds-rally-in-downtown-Fargo	FM Kurds protest Trump's move to pull US troops from Syria - INFORUM
...
```


