https://github.com/alextanhongpin/node-github-api
:page_with_curl: sample github api queries with nodejs for scraping purposes
https://github.com/alextanhongpin/node-github-api
data github-api nodejs
Last synced: 10 months ago
JSON representation
:page_with_curl: sample github api queries with nodejs for scraping purposes
- Host: GitHub
- URL: https://github.com/alextanhongpin/node-github-api
- Owner: alextanhongpin
- Created: 2017-06-06T16:55:22.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-15T18:36:18.000Z (over 8 years ago)
- Last Synced: 2025-01-29T21:52:50.033Z (12 months ago)
- Topics: data, github-api, nodejs
- Language: JavaScript
- Size: 13.1 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# node-github-api
:page_with_curl: sample github api queries with nodejs for scraping purposes
## Description
Scraping github users based by the year the account is created. The reason we do this is due to github's api limitation that limits only 1000 results.
# Data
The folder `data/search` contains the data from the Github's Search API. It contains the list of the Github users from Malaysia based on when the account was created.
The folder `data/user` contains the data of the users from the Github's User API endpoint. It has additional field compared to the results from the Github's Search API.
The folder `data/repo` contains the data for each user's repositories.
### Cli
Contains cli tools
You can recognize it by the shebang `#! /usr/bin/env node`
and also `chmod u+x yourscript`.