https://github.com/gnuns/gitget
download all repos from a github account
https://github.com/gnuns/gitget
github scraper
Last synced: about 2 months ago
JSON representation
download all repos from a github account
- Host: GitHub
- URL: https://github.com/gnuns/gitget
- Owner: gnuns
- Created: 2016-03-15T01:40:05.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-15T01:43:17.000Z (over 10 years ago)
- Last Synced: 2025-04-04T16:38:06.108Z (about 1 year ago)
- Topics: github, scraper
- Language: Python
- Homepage:
- Size: 1000 Bytes
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gitget
A simple (and old) python2 script to download all repos from a github account
```sh
python ./gitget.py
Usage: gitget.py [github repo name]
# Example: gitget Google
```