octopy

Github API Wrapper


Keywords
octopy, github, wrapper, api, python3, octocat
License
MIT
Install
pip install octopy==0.0.2

Documentation

Octopy

https://i.postimg.cc/3RzsdX06/logo-new.png

A Github API Wrapper img

Installation

>>> pip install octopy

Documentation

constr Can be found here. constr

To Do constr

Example

>>> from octopy import OctopyClient
>>>
>>> client = OctopyClient(token='token')
>>>
>>> events = client.activity.events.all()
>>> events[0].id
12345678
>>> events[0].public
True
>>> events[0].actor.login
username

LICENSE

MIT