To utilize data on google services like Picasa, maps, calendar, we can use google's gdata client library. It enables us to write an application seamlessly combined to the google services with Python, Java, or other languages.
Here, I wrote a memo to set up the Python library on my PC and Mac. It is introduced in the original document.
- Check the newest library
- Download and extract the library
- curl -o gdata.tar.gz http://gdata-python-client.googlecode.com/files/gdata-2.0.8.tar.gz
- tar zxvf gdata.tar.gz
- cd gdata-2.0.8/
- Install the library
- ./setup.py install
- Gdata library still seems being updated. So we may want to use up-to-date version.
If we are using MacOSX, we can also use mac ports.
- sudo port install gdata
0 件のコメント:
コメントを投稿