Skip to content

Instantly share code, notes, and snippets.

@MathiasSeguy-Android2EE
Created August 19, 2019 13:10
Show Gist options
  • Save MathiasSeguy-Android2EE/61b9090f9e921f5cf00903106a6dfe31 to your computer and use it in GitHub Desktop.
Save MathiasSeguy-Android2EE/61b9090f9e921f5cf00903106a6dfe31 to your computer and use it in GitHub Desktop.
Github: Actor creation using python
# First create a Github instance:
g = Github(githubAccessToken)
actor = Actor(githubActorName, githubActorEMail)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment