Last active
July 18, 2018 03:50
-
-
Save BlogBlocks/d640c0100e5535b608e2fe0f4e8fe925 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # USE: | |
| #import GISTkey | |
| #username=GISTkey.gistkey()[0] | |
| #password=GISTkey.gistkey()[1] | |
| def gistkey(): | |
| username='username' | |
| password="password" | |
| GistAPI = (username, password) | |
| return GistAPI |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a Gist Key to use in post2gist.py
to use:
import GISTkey
username=GISTkey.gistkey()[0]
password=GISTkey.gistkey()[1]