Skip to content

Small library to automate github scraping and post processing repositories that fit your criterias

License

Notifications You must be signed in to change notification settings

CuadrosNicolas/ScrapyScrap

Repository files navigation

ScrapyScrap

Description

This repository is a small library to automate github scraping and post processing repositories that fit your criterias

How to use

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.

About

Small library to automate github scraping and post processing repositories that fit your criterias

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published