Skip to content

slexisvn/github-crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Github Crawler

Installation

npm install

Configuration

Create a .env file in your root folder

MONGO_URI=<YOUR_MONGO_URI>

PERSONAL_ACESS_TOKEN=<YOUR_PERSONAL_GITHUB_ACESS_TOKEN>

Run the app

npm start

API

Create list of 200 users/hour

POST /api/users

Request Body

{
  "repoUrl": "https://github.com/{ower}/{repo}"
}

E.g.

{
  "repoUrl": "https://github.com/faceobook/react"
}

Export csv file

GET /api/users

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published