Google API for Python

10,746

What about Google's very own libary?

This is the list of supported API's. As for e-mail, I would stick with POP3 / IMAP / SMTP...

Share:
10,746
Shatu
Author by

Shatu

Note: For a more recent profile, please visit https://shatu.github.io

Updated on June 04, 2022

Comments

  • Shatu
    Shatu almost 2 years

    I want to exploit Google services like Gmail, maps, search, buzz from Python on the client side. Anyone who has any experience working with any Library / Toolkit, please suggest me some

  • Shatu
    Shatu almost 13 years
    Yeah... i checked out the documentation for that. Just wanted to have some reviews about it and to know about other similar libraries people use to get the work done. And i hope that its inability to support anything above version 2.7 won't be a big problem, is it?
  • Daenyth
    Daenyth almost 13 years
    @Shatu: 2.7 is the latest in the python 2.x branch, so it's reasonably up to date unless you insist on using python3.
  • Jimmy Kane
    Jimmy Kane over 10 years
    Hi @mac, I don't seem to find any source in the links regarding the Gmail API.
  • mac
    mac over 10 years
    @JimmyKane - Indeed, this is why I recommended to use IMAP/SMTP in my original answer. I don't really think a gmail API ever existed, as my understanding is that all functionality provided by gmail is in fact simply IMAP (this is why desktop mail clients can tag/untag correctly the messages, for example). Hope this clarify the issue! :)
  • trevorKirkby
    trevorKirkby over 9 years
    You are right to use googles own library... It looks better than the other stuff I found. I think you may want this url now though, the one you posted actually no longer contains the library: github.com/google/google-api-python-client
  • trevorKirkby
    trevorKirkby over 9 years
    Also I might as well add an easy way to find the docs in case anyone wants them. Right here: google.github.io/google-api-python-client/docs/epy/index.htm‌​l