pip install tapioca-google
from tapioca_google import Google
api = Google(
client_id='{your-client-id}', access_token='{any-valid-access-token}')
No more documentation needed.
- Learn how Tapioca works here
- Explore this package using iPython
- Have fun!