-
Notifications
You must be signed in to change notification settings - Fork 0
ChangeLog
Calder White edited this page Jul 28, 2016
·
2 revisions
- create user object :
github_api.Github(oauth_token)
- commit files :
github_api.GitHubUser(oauth_token).commit_file(self,path,msg,file,branch,name,print_status=False)
- check if an oauth token is stored (if so, use it) and if not the authenticate and store it :
github_api.check_oauth_token()
*Note : this package uses the ghAuth module from my other project : myGitFolio