Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 405 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 405 Bytes

Tapioca google

Installation

pip install tapioca-google

Documentation

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!