Skip to content

Scraping utility to get github languages and issues

Notifications You must be signed in to change notification settings

civictechindex/scrape

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Github Search, Language & Issue Scraper

This tool will traverse through the search API and hydrate the languages and issues in the response. It will save the results to output.json in the working directory. The filename has been gitignored so you don't have to worry about having the results committed to the project.

Getting Started

To run this project you will need a Github Personal Access Token.

Copy your Github PAT and navigate to your working directory. export GITHUB_PAT=YOUR_ACCESS_TOKEN and save your access token as an environment variable.

You may then run bundle install to fetch the relevant dependencies of the project and ruby scraper.rb

The results will be saved to output.json

About

Scraping utility to get github languages and issues

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages