A tiny python script to automatically clone/pull all your GitHub repositories
This script can be run once or on a schedule and will clone/pull all your repositories, public as well as private.
The script will read your username and API key from github-backup.cfg, a template is supplied. Generate your API key here: https://github.com/settings/tokens/new
You will need pygithub to run this script.