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+
- Host: GitHub
- URL: https://github.com/cromarmot/yxr-codeforces-core
- Owner: CroMarmot
- License: mit
- Created: 2023-01-15T18:53:32.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-05T17:51:07.000Z (9 months ago)
- Last Synced: 2024-11-17T13:21:41.657Z (7 months ago)
- Topics: codeforces, codeforces-api, python3
- Language: HTML
- Homepage: https://CroMarmot.github.io/yxr-codeforces-core
- Size: 715 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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)