Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/meadsteve/all-repo-cloner
https://github.com/meadsteve/all-repo-cloner
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/meadsteve/all-repo-cloner
- Owner: meadsteve
- Created: 2020-06-29T19:43:18.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T07:45:39.000Z (almost 2 years ago)
- Last Synced: 2024-10-11T03:11:18.169Z (about 1 month ago)
- Language: Python
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# all-repo-cloner
## What
Uses the github api to find all of your hosted repositories then clones them locally. If they already exist then the default branch is updated.## Requirements
This code assumes you have the following:* A github API token.
* Python
* Pipenv installed in python.## Usage
First clone this repo (or copy the 3 files however you want) then:
```
pipenv install
pipenv shell
TOKEN = {YOUR_TOKEN} ./clone.py
```