Code Monkey home page Code Monkey logo

googlecl's Introduction

Google CL

Build Status

GoogleCL is a command line utility to use google services like picasa, youtube, blogger etc.

Credits

It was originally written by Tom H. Miller at Google and was hosted here.

This is a github fork of the project.

Installation

Installation is simple, Just run this command in your shell:

git clone https://github.com/vinitkumar/googlecl.git
cd googlecl
python setup.py install

Usage

The authentication has been ported to Oauth2 but due to the breaking changes gdata-python client there are still some rough edges.

When using for the first time,it would ask to authenticate using a google account and will save the credentials ~/.googlecl.conf file.

All further API calls are authenticated automatically using this file and if the access token gets refreshed it is also written back to this file.

$ python src/google.py picasa list --title=vinit

# Results of the query below

Refreshing access_token
Auto Backup,https://picasaweb.google.com/1da353532827267524qeqe3419?alabel=small_instant_upload
vinit ,https://picasaweb.google.com/106645023605660581419/636437447265237483335626262

Porting is still a WIP but it will get completed as I manage to spend more time on it.

Contribution:

Few things should be kept in notice before contributing:

  • Follow PEP8, earlier code used 2-space indent. I changed it to 4 spaces as pretty much every other codebase has same conventions.
  • Send a pull-request and clearly mention what bug or feature you are working on.

Thanks :)

googlecl's People

Contributors

vinitkumar avatar bengadbois avatar bitdeli-chef avatar

Watchers

Jamie avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.