Questions tagged [googlecl]

GoogleCL provides command-line access to several Google services through the gdata Python library.

GoogleCL provides command-line access to several Google services through the gdata Python library.

Supported services:

  • Blogger
  • Calendar
  • Contacts
  • Docs
  • Finance
  • Picasa
  • Youtube

Google Code Hosting: http://code.google.com/p/googlecl/

9 questions
5
votes
3 answers

Bash: Variable in single quote

First take a look at this question: Bash or GoogleCL: new line in a string parameter I want to add a variable ${date} into the "summary" now: google youtube post ~/videos/cat-falls-down-stairs.avi Comedy \ --tags 'currency of the internet' \ …
DocWiki
  • 3,488
  • 10
  • 39
  • 49
4
votes
1 answer

Edit Google spreadsheet automatically from command line

I´m trying to make a collection of scripts in php and bash that ask to bugsense for the errors in my app, make everything what I need and upload a couple of files to Google Docs so everyone in the company can see all the data up to date. I do this…
Nicolas Yuste
  • 673
  • 9
  • 15
3
votes
0 answers

How to make GoogleCL work? Can't configure the OAuth Token

I just installed GoogleCL but can't make it work. When I enter the command it requests me a username and then the following message is shown: Could someone show me how to get this OAuth token and what to do with it? What I could do until now was…
Lucas Rezende
  • 564
  • 1
  • 7
  • 18
2
votes
1 answer

Google cli - where to ask questions?

I'm trying to use the Google CLI (e.g. 'google calendar "...") It used to work poorly and now fails with an error diagnostic. Searching for "google calendar" is actually less useless than searching for "Evolution email." I wish people would think…
HankB
  • 332
  • 4
  • 17
1
vote
0 answers

How to specify to which account GoogleCl youtube uploads?

I have a couple youtube accounts connected to my Google account, I tried using googlecl to upload a video from my home server and obviously it uploaded my private video to organisation account I have access to. It just asks me for my username, not…
gumol
  • 117
  • 1
  • 12
1
vote
1 answer

Can't authorize GoogleCL via command line

I need to upload some big videos from my remote VPS to youtube using GoogleCL. To authorize the access you need to click on the submit button via the gdata python browser to get the token from Google, this button is based on javascript so it appears…
Sandro Antonucci
  • 1,683
  • 5
  • 29
  • 59
1
vote
1 answer

Using GoogleCL to upload Youtube Videos

What is the correct command line to upload multiple videos with description and tags to youtube using googlecl? youtube post sample1.wmv sample2.wmv The above code uploads both videos fine, but I would like to add summary and tags and can't figure…
Henry The Least
  • 619
  • 3
  • 11
  • 20
1
vote
1 answer

Using googlecl inside Python script to d/l Google doc

subprocess.check_output(('/Applications/googlecl-0.9.13/build/scripts-2.7/google', 'docs', 'get', r'"Reassessment Request"', r'--format', 'csv', r'/Users/myaccount/Desktop'), shell=True) This code doesn't pull down the doc, but running the identical…
DeltaG
  • 760
  • 2
  • 9
  • 28
0
votes
3 answers

googlecl installed via pip, where is the executable?

I'm running OS X 10.10 and I have googlecl installed via pip: $ pip show googlecl --- Name: googlecl Version: 0.9.14 Location: /usr/local/lib/python2.7/site-packages Requires: gdata and the README shows that you can call it like this: $ google…
Manuel Meurer
  • 3,238
  • 6
  • 35
  • 50