Skip to content

Instantly share code, notes, and snippets.

View eko's full-sized avatar
:bowtie:
Available to discuss your projects

Vincent Composieux eko

:bowtie:
Available to discuss your projects
View GitHub Profile
@eko
eko / open.py
Last active August 29, 2015 13:56
import requests
class Api(object):
""" This is the Github API class """
def __init__(self, url, login, password):
self.url = url
self.login = login
self.password = password