Initial commit of this file. Not much done here yet though
This commit is contained in:
parent
348bbc40f6
commit
8781e10f1a
1 changed files with 12 additions and 0 deletions
12
github-backup.py
Executable file
12
github-backup.py
Executable file
|
@ -0,0 +1,12 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
# Author: Anthony Gargiulo (anthony@agargiulo.com)
|
||||
# Created Fri Jun 15 2012
|
||||
|
||||
from pygithub3 import Github
|
||||
from argparse import ArgumentParser
|
||||
|
||||
parser = ArgumentParser(description="makes a local backup copy of all of a github user's repositories")
|
||||
args = parser.parse_args()
|
||||
|
||||
gh = Github()
|
Loading…
Add table
Reference in a new issue