appi147 / pycodechef

Wrapper for CodeChef API 1.0.0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pycodechef

Python wrapper for CodeChef API 1.0.0

Goal of this library is to map codechef's endpoints one-to-one.

Dependencies:

  • requests

Installation

Install via pip:

$ pip install pycodechef

Install from source:

$ git clone https://github.com/appi147/pycodechef.git
$ cd pycodechef
$ python setup.py install

Usage

from pycodechef import Codechef

c = Codechef("client_id", "client_secret")

r = c.method_name(parameters)

Client id and client secret can be found here: https://developers.codechef.com/

Contributions are welcome

About

Wrapper for CodeChef API 1.0.0

License:MIT License


Languages

Language:Python 100.0%