Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

appi147/pycodechef

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages