dardin88 / ScrapyScrap

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:JavaScript 100.0%