An open API service indexing awesome lists of open source software.

https://github.com/cromarmot/yxr-codeforces-core

some codeforces api with python3.8+
https://github.com/cromarmot/yxr-codeforces-core

codeforces codeforces-api python3

Last synced: 6 months ago
JSON representation

some codeforces api with python3.8+

Awesome Lists containing this project

README

        

# yxr-codeforces-core

python3.8+ ([typing.Protocol](https://docs.python.org/3/library/typing.html#typing.Protocol) New in version 3.8.)

| feature | code | inline example doc | unit test | e2e test |
| -------------------------------- | ---- | ------------------ | --------- | -------- |
| account login | ✅ | ✅ | ✅ | ✅ |
| submit code | ✅ | ✅ | ✅ | ❌ |
| submission websocket | ✅ | ✅ | ✅ | ❌ |
| my submission page | ✅ | ✅ | ❌ | ❌ |
| contest register | ✅ | ✅ | ❌ | ✅ |
| contest list | ✅ | ✅ | ✅ | ❌ |
| contest meta | ✅ | ✅ | ✅ | ❌ |
| contest standing(common/friends) | ✅ | ✅ | ✅ | ❌ |
| problems | ✅ | ✅ | ✅ | ❌ |
| specific problem | ✅ | ✅ | ✅ | ❌ |
| language list | ✅ | ✅ | ✅ | ❌ |
| pid/url parser | ✅ | ✅ | ❌ | ❌ |
| domain 2 ip dig tool | ❌ | ❌ | ❌ | ❌ |

## Docs

[User](https://cromarmot.github.io/yxr-codeforces-core/user/index.html)

[Developer](https://cromarmot.github.io/yxr-codeforces-core/dev/index.html)