Socket
Book a DemoInstallSign in
Socket

gitget

Package Overview
Dependencies
Maintainers
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gitget

0.6.0
bundlerRubygems
Version published
Maintainers
3
Created
Source

Build Status
Gem Version

gitget gem

Gitget is a gem that specializes in getting developers and their repository data on Github.

Installation

If you are working on a project, add this to your Gemfile: gem 'gitget'

For ad hoc installation from command line:

$ gem install gitget

Setup Github Credentials

Please setup your your github personal API token https://github.com/settings/tokens

Usage

Require Gitget gem in your code: require 'gitget'

Supply your Github credentials to our library in one of two ways:

  • Setup environment variables: ENV['GH_USERNAME'] and ENV['GH_TOKEN']
  • or, provide them directly to Gitget:
Github::API.config = { username: ENV['GH_USERNAME'],
                       token: ENV['GH_TOKEN'] }

FAQs

Package last updated on 06 Jan 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.