GoogleCL is a python-based command-line utility for accessing Google. It uses gdata-python-client for the google interface. No Windows release is planned, but this is largely irrelevant because python runs fine on Windows, and so do gdata-python-client and GoogleCL. Here are simple instructions for installing GoogleCL under Windows.
- Download and install ActivePython.
- Download the latest gdata-python-client.
- Download the latest GoogleCL.
- Unpack the archives you downloaded to produce directories. I used 7-Zip.
- In each resulting directory, starting with the gdata-python-client library, run the following command:
python setup.py installgooglecl will be installed toc:\python26\scripts\googlecl. Copy or link this file (the latter is a better solution) to "googlecl.py" in the same directory so Windows knows what to do with it, at least once you mangle PATHEXT (isn't Windows fun?) You can change PATHEXT in your global environment variables so that you can just type "googlecl" after the copy/link.
Afterwards, googlecl works as it should, or at least it did in my very limited testing.
You don't have to do this now, but you can
drink
There is now a Win32 build of GoogleCL. It comes with a precompiled binary for Windows, and the python DLL necessary to run it. If for some reason you want to install the Unix version of GoogleCL, these instructions still work. It's safe to assume that any Windows-specific fixes are going to be in the windows version, though.
GoogleCL joined the Google…
drink
GoogleCL joined the Google Graveyard 8 June 2015 when they disabled oauth1.