I would like to use Google Data API but I'm using Python 3. I didn't see that they mention anything about Python 3. Is it possible to install gdata for Python 3?
Is there a Google Data API (gdata) for Python 3.x?
6k views Asked by snakile At
5
There are 5 answers
0
On
Via another question, someone has created a python module for the spreadsheets API that does work with Python 3.
The gdata client is just a wrapper around the basic XML/http protocol that is used. You can use the basic protocol instead.
But it's probably easier to port gdata to Python 3, though. Contact the authors.