googlecl allows above services to be accessed via Linux commandline. You can
- Create blog posts
- Add calendar events
- View your google docs
- Add calendar events
- Upload images to Picasa
- Upload videos to Youtube
sudo apt-get install google
The syntax for any command is
services include blogger, docs, contacts, youtube, picaza and finance
Create a blog post
google blogger post --title "Terminal Blogging" "This post is created via Linux terminal"
List your contacts
google contacts list Udara
List your google docs
google docs list
Upload images to Picasa
google picasa create "Terminal images" ~/photos/*.jpg
Upload videos to Youtube
More examples can be found from the example page.
No comments:
Post a Comment