Skip to content

kodgemisi-archive/github-data-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

github-data-parser

Parses the repositeries, commits, issues of an user from github api

Usage

require 'github_data_parser'

gdp = GithubDataParser.new({
    :client_id => "CLIENT_ID",
    :client_secret => "CLIENT_SECRET",
     })

repos = gdp.get_user_repos('USERNAME')

repos.each do |repo|
  puts repo.full_name
end

About

Parses the repositeries, commits, issues of an user from github api

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages