hortongn / GitHub_Code_of_Conduct_Identifier

Machine-based location and identification of codes of conduct in GitHub repositories
MIT License
0 stars 0 forks source link

Research data sources #1

Closed hortongn closed 4 years ago

hortongn commented 4 years ago

GitHub Repos dataset

GitHub Archive

GHtorrent

Public Git Archive

GitHub API

hortongn commented 4 years ago

Octokit gem:

@client = Octokit::Client.new
@client.search_code 'code of conduct in:file repo:samvera/hyrax'

results.items.count

results.items.first.path