softvar / simplegist

Advanced python wrapper for Github Gist API
https://pypi.python.org/pypi/simplegist
MIT License
64 stars 24 forks source link

Fixed mistakes. #5

Open JoshuaGranger opened 6 years ago

JoshuaGranger commented 6 years ago

Imports were incorrect -- had a lot of missing periods that were throwing errors. The json post for "public" was of the wrong type (int instead of bool).

erinxocon commented 6 years ago

@JoshuaGranger I've forked this project and am in the process of making a python3 only version that contains some fixes and updates. If you are interested!

softvar commented 6 years ago

@erinxocon Sure.