Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nstseek/download-all-github-repos

Automated script that downloads every repo from a GitHub organization or user
https://github.com/nstseek/download-all-github-repos

automation download eslint github organization prettier puppeteer repositories repository scripting typescript user

Last synced: 25 days ago
JSON representation

Automated script that downloads every repo from a GitHub organization or user

Awesome Lists containing this project

README

        

# download-all-github-repos

Automated script that downloads every repo from a GitHub organization or user

## Running script

You'll need to open `src/index.ts` and replace `const reposUrl = 'https://github.com/nstseek/repositories';` with `const reposUrl = ;`

Then you'll need to run yarn && yarn start (or npm i && npm start if you prefer)

You will need to be authenticated in your local Chrome browser with a GitHub user that has access to the repos if the repos are private because this script will use your local Chrome data

## Observations

You may need to adjust the download timeout in the script to wait for the browser to start the download