Skip to content

Instantly share code, notes, and snippets.

@tbaba
Created December 31, 2011 18:26
Show Gist options
  • Save tbaba/1544858 to your computer and use it in GitHub Desktop.
Save tbaba/1544858 to your computer and use it in GitHub Desktop.
introduce octokit gem
@client = Octokit::Client.new(login: YOUR_ACCOUNT_NAME, password: YOUR_PASSWORD)
@account = @client.user
@repos = @client.repos.select{|r| !r.private }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment