https://github.com/yangxuhui/requests-google
A simple google related Parsing Package
https://github.com/yangxuhui/requests-google
crawler google-api parsing
Last synced: 5 months ago
JSON representation
A simple google related Parsing Package
- Host: GitHub
- URL: https://github.com/yangxuhui/requests-google
- Owner: yangxuhui
- License: mit
- Created: 2019-10-11T08:37:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T07:02:13.000Z (over 3 years ago)
- Last Synced: 2025-08-24T22:54:12.880Z (10 months ago)
- Topics: crawler, google-api, parsing
- Language: Python
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.
## Installing
`pip install requests-google`
## Usage
### Command-line Tools
#### requests_googlenews
```bash
$ requests_googlenews -g Fargo ND -f url
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 url 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
...
```