This library provides access to Codeforces API through Python 3
Note, this package is Python 3 only
There are several ways to get the package:
-
easy_install
You could useeasy_installutility. Just run it like$ easy_install codeforces_apiThat's all!
-
Clone from github repository
$ git clone https://github.com/soon/CodeforcesAPIThen install using
setuptoolsmodule:$ cd CodeforcesAPI $ python3 setup.py install -
Download Windows executable from pypi:
The installer could be found here
Examples could be found in examples folder. Note, some of them requires plotly package