This repository is a small library to automate github scraping and post processing repositories that fit your criterias
You first need to place you a the root of the repository then use these commands to install and launch the test :
npm install
Then you have to create a config.json containing your github api key
echo "{\"API_TOKEN\":\"YOUR_API_KEY\"}" >> config.json
Edit it to add your key.
Then you can test the library using the test.js file.
node test.js
You can see explore directly the test file to see how to use the library and how to make your own scraping pipeline.