maxkramer / AccountCloner

A small python script to clone your Github account

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Account Cloner

A small python script to clone all of your Github repositories

Usage

// Update the ENV vars

USER = 'MaxKramer' // Your Github Username
API_TOKEN='XXXX' // Your Github API token
OUTPUT_DIR=/Users/Max/code/github // the directory you'd like to export your repositories to
python AccountCloner.py // run the script

About

A small python script to clone your Github account


Languages

Language:Python 100.0%