https://github.com/soon/codeforcesapi
Wrapper librarry for codeforces.com api, written in Python 3
https://github.com/soon/codeforcesapi
Last synced: about 1 month ago
JSON representation
Wrapper librarry for codeforces.com api, written in Python 3
- Host: GitHub
- URL: https://github.com/soon/codeforcesapi
- Owner: soon
- License: mit
- Created: 2014-08-15T10:44:49.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2020-02-06T19:50:09.000Z (over 5 years ago)
- Last Synced: 2024-10-06T20:34:05.841Z (8 months ago)
- Language: Python
- Size: 161 KB
- Stars: 22
- Watchers: 3
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[](https://travis-ci.org/soon/CodeforcesAPI)
Codeforces API wrapper library
==============================This library provides access to Codeforces API through Python 3
Installation guide:
-------------------**Note, this package is Python 3 only**
There are several ways to get the package:
1. `easy_install`
You could use `easy_install` utility. Just run it like$ easy_install codeforces_api
That's all!
2. Clone from [github](https://github.com/soon/CodeforcesAPI) repository
$ git clone https://github.com/soon/CodeforcesAPI
Then install using `setuptools` module:
$ cd CodeforcesAPI
$ python3 setup.py install3. Download Windows executable from pypi:
The installer could be found [here](https://pypi.python.org/pypi/codeforces_api/0.1a)
Usage examples:
---------------Examples could be found in `examples` folder. Note, some of them requires [`plotly`](https://pypi.python.org/pypi/plotly) package