https://github.com/rohitkhatri/google-python-sdk
This is google api wrapper
https://github.com/rohitkhatri/google-python-sdk
google google-api
Last synced: 5 months ago
JSON representation
This is google api wrapper
- Host: GitHub
- URL: https://github.com/rohitkhatri/google-python-sdk
- Owner: rohitkhatri
- License: mit
- Created: 2019-02-16T05:31:34.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-05-22T21:53:37.000Z (about 3 years ago)
- Last Synced: 2025-09-22T15:29:33.018Z (9 months ago)
- Topics: google, google-api
- Language: Python
- Size: 5.86 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
google-python-sdk
===================
#### Python - Google API
**google-python-sdk** is a simple client for google api.
## Installation
```
sudo pip install google-python-sdk
```
## Using
```python
from google import API
api = API('CLIENT_ID', 'CLIENT_SECRET', 'API_KEY', 'ACCESS_TOKEN')
```
## References https://www.googleapis.com/oauth2/v3/userinfo
```python
profile = api.get_profile()
```
## References https://oauth2.googleapis.com/tokeninfo
```python
tokeninfo = api.get_token_info()
```
## Contributing
[https://github.com/rohitkhatri/google-python-sdk](https://github.com/rohitkhatri/google-python-sdk)