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?
Not yet, but given that it's all based around exchanging xml-formatted messages, you can easily use it at this lower level from 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.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With