Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nstseek/download-all-github-repos
- Owner: nstseek
- Created: 2022-05-03T21:35:16.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-05-08T20:01:13.000Z (almost 3 years ago)
- Last Synced: 2024-11-15T21:12:19.313Z (3 months ago)
- Topics: automation, download, eslint, github, organization, prettier, puppeteer, repositories, repository, scripting, typescript, user
- Language: TypeScript
- Homepage:
- Size: 73.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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