Skip to content

Instantly share code, notes, and snippets.

@jpotts18
Created January 4, 2015 21:08
Show Gist options
  • Save jpotts18/0d0018650a57c2e21fd8 to your computer and use it in GitHub Desktop.
Save jpotts18/0d0018650a57c2e21fd8 to your computer and use it in GitHub Desktop.
#!/usr/bin/ruby -rubygems
gem "octokit", "~> 3.0"
require 'rubygems'
require 'octokit'
client = OctoKit::Client.new(:login => 'jpotts18', :password => '$uper$ecret')
repo = OctoKit.repo 'pardom/ActiveAndroid'
print repo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment