8000 GitHub - CitrusIce/gist_tools: a python tools to upload file to github gist
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

CitrusIce/gist_tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

gist_tools

a python tools to upload file to github gist

requirements

a github token having gists scope access

settings -> developer settings -> personal access token -> generate new token -> select gists and generate

copy the token and

echo <token> > gist_token

usage

usage: gist.py [-h] [-n N] [-b] filename

positional arguments:
  filename    filename to upload

optional arguments:
  -h, --help  show this help message and exit
  -n N        specify the filename to use
  -b          base64 encode

About

a python tools to upload file to github gist

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0