Google Data Python Library
Steps to start :
1. Download from : gdata
2. tar -xvf gdata.py-1.2.3.tar.gz
3. cd gdata.py-1.2.3/
4. chmod 777 *
5. sudo ./setup.py install
Thats it !!
Now do a small test :
./tests/run_data_tests.py
* Blogger
* Contacts
* Google Calendar
* Google Documents List
* Picasa Web Albums
* Google Spreadsheets
* Google Webmaster Tools
* YouTube
1. Download from : gdata
2. tar -xvf gdata.py-1.2.3.tar.gz
3. cd gdata.py-1.2.3/
4. chmod 777 *
5. sudo ./setup.py install
Thats it !!
Now do a small test :
./tests/run_data_tests.py
o/p must be something like this :
Running all tests in module gdata_test* Google Base
.......
----------------------------------------------------------------------
Ran 7 tests in 0.025s
OK
Running all tests in module atom_test
..........................................
----------------------------------------------------------------------
Ran 42 tests in 0.016s
OK
...
Using this , you can write your own apps for the following :
* Blogger
* Contacts
* Google Calendar
* Google Documents List
* Picasa Web Albums
* Google Spreadsheets
* Google Webmaster Tools
* YouTube

Recent blog posts
- watir-webdriver web inspector
- gem list to gemfile
- Packing ruby2.0 on debian.
- Made it into The Guinness Book!
- to_h in ruby 2.0
- Filter elements by pattern jQuery.
- Better HTML password fields for mobile ?
- Grayscale image when user offline
- nth-child CSS pseudo-class Christmas colors
- EventEmitter in nodejs