Skip to content

Interact with Github Gists with this Python module.

License

Notifications You must be signed in to change notification settings

ghrlt/gist-control

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gist Control

License: MIT

Use this module to interact with (mostly yours) gists!

Installation

Require Python >=3.6 (f-strings)

pip3 install gist-control

Usage

# app.py

import os
from dotenv import load_dotenv
load_dotenv()

from gist_control import Gist


gctrl = Gist( os.getenv("oauth-token") )
# .env
oauth-token=ghp_bozbegz...ege

Check examples here

Releases

No releases published

Languages