Search
| Now access Google services from command Line |
|
|
|
| News - Linux |
| Written by admin |
| Saturday, 19 June 2010 07:54 |
|
![]()
With the introduction of GoogleCL, Google comes to your Linux terminal. Google CL is a Python application that makes Google Data API calls through the command line. A command-line interface (CLI) is an interface where the user can tell the computer to perform specific tasks by typing commands.
Currently supported services and use are listed below:
$ google blogger post --title "foo" "command line posting"
$ google calendar add "Lunch with Jim at noon tomorrow"
$ google contacts list name,email > contacts.csv
$ google docs edit --title "Shopping list"
$ google picasa create --album "Cat Photos" ~/photos/cats/*.jpg
$ google youtube post --category Education killer_robots.avi
|






