CodeforcesApiPy icon indicating copy to clipboard operation
CodeforcesApiPy copied to clipboard

Implementation of https://codeforces.com API

Results 24 CodeforcesApiPy issues
Sort by recently updated
recently updated
newest added

**Describe the bug** I installed the package into a virtual environment and proceeded to attempt the following code: ``` import codeforces_api import json SECRETS = json.load(open("secret.json")) cf_api = codeforces_api.CodeforcesApi(api_key =...

bug

**Describe the bug** Codeforces have updated their API and added new parameter `asManager` to the `context.status` endpoint https://codeforces.com/apiHelp/methods#contest.status **To Reproduce** Steps to reproduce the behavior: 1. Create `codeforces_api.CodeforcesApi` object 2....

bug

Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.6.15 to 2023.7.22. Commits 8fb96ed 2023.07.22 afe7722 Bump actions/setup-python from 4.6.1 to 4.7.0 (#230) 2038739 Bump dessant/lock-threads from 3.0.0 to 4.0.1 (#229) 44df761 Hash pin Actions and...

dependencies
python

Bumps [pygments](https://github.com/pygments/pygments) from 2.13.0 to 2.15.0. Release notes Sourced from pygments's releases. 2.15.0 Added lexers: Carbon (#2362, #2365, #2366, #2367, #2368, #2369, #2370) Dax (#2335, #2345) MediaWiki Wikitext (#2373, #827)...

dependencies
python

Bumps [requests](https://github.com/psf/requests) from 2.28.1 to 2.31.0. Release notes Sourced from requests's releases. v2.31.0 2.31.0 (2023-05-22) Security Versions of Requests between v2.3.0 and v2.30.0 are vulnerable to potential forwarding of Proxy-Authorization...

dependencies
python

Bumps [lazy-object-proxy](https://github.com/ionelmc/python-lazy-object-proxy) from 1.8.0 to 1.9.0. Changelog Sourced from lazy-object-proxy's changelog. 1.9.0 (2023-01-04) Added support for matrix multiplication operator (@). Should have all the wheels now (including the manylinux ones)....

dependencies
python

Bumps [importlib-metadata](https://github.com/python/importlib_metadata) from 5.0.0 to 5.1.0. Changelog Sourced from importlib-metadata's changelog. v5.1.0 #415: Instrument SimplePath with generic support. Commits b74765d Add note to docs about limitation of packages_distributions. Fixes #402....

dependencies
python

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.12 to 1.26.13. Release notes Sourced from urllib3's releases. 1.26.13 Deprecated the HTTPResponse.getheaders() and HTTPResponse.getheader() methods. Fixed an issue where parsing a URL with leading zeroes in...

dependencies
python

Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.5.1 to 1.5.2. Release notes Sourced from pypa/gh-action-pypi-publish's releases. v1.5.2 What's Improved Implemented the Twine transitive dependency tree pinning using pip-tools-generated constraint files. See pypa/gh-action-pypi-publish#107 and pypa/gh-action-pypi-publish#101...

dependencies
github_actions

Bumps [pylint](https://github.com/PyCQA/pylint) from 2.15.5 to 2.15.7. Commits 5a96370 Bump pylint to 2.15.7, update changelog (#7845) 43109b6 Revert "Fix crash when using enumerate with start and a class attribu... ff73282 Fix...

dependencies
python