Download GitHub repositories as zipballs given search criteria
- git clone https://github.com/kyrcha/gh-downloader.git
- Change directory into
gh-downloader
,cd gh-downloader
- Create an .env file with the following environment variables:
- GITHUB_TOKEN=
- PROGRAMMING_LANGUAGE=, i.e. PROGRAMMING_LANGUAGE=java
- STARS_QUERY=, i.e. STARS_QUERY='>=100'
- REPOS=, i.e. REPOS=100
- OUTPUT_DIR=, i.e. OUTPUT_DIR=./output
- Run
npm install
- Run
node index