DEV Community

Khaled El-Morshedy
Khaled El-Morshedy

Posted on

Google APIs connection for dummies

I was suffering everytime I try to connect to googleapis services, specifically the access token which lasts for only 1 hour and I have to renew it again and again.

Here is when I created my project goco to save my time.

Highlights:

  • Auto renewable access token.
  • Easy connection to any google api service.

I published it with 100% build success for python >= 3.4

Repo: goco

This is the first project I publish to pypi

Any contribution is highly encouraged and desired. :)

  • Fork on Github.
  • Make the changes
  • Send a pull request.

Latest comments (0)