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

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

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)