Skip to content

Instantly share code, notes, and snippets.

@BlogBlocks
Last active July 18, 2018 03:50
Show Gist options
  • Select an option

  • Save BlogBlocks/d640c0100e5535b608e2fe0f4e8fe925 to your computer and use it in GitHub Desktop.

Select an option

Save BlogBlocks/d640c0100e5535b608e2fe0f4e8fe925 to your computer and use it in GitHub Desktop.
# USE:
#import GISTkey
#username=GISTkey.gistkey()[0]
#password=GISTkey.gistkey()[1]
def gistkey():
username='username'
password="password"
GistAPI = (username, password)
return GistAPI
@BlogBlocks

Copy link
Copy Markdown
Author

This is a Gist Key to use in post2gist.py

to use:
import GISTkey
username=GISTkey.gistkey()[0]
password=GISTkey.gistkey()[1]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment