DEV Community

Khaled El-Morshedy
Khaled El-Morshedy

Posted on

3

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.

Top comments (0)

AWS Q Developer image

Your AI Code Assistant

Ask anything about your entire project, code and get answers and even architecture diagrams. Built to handle large projects, Amazon Q Developer works alongside you from idea to production code.

Start free in your IDE

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay