用Python玩转北化OJ平台
Project description
BUCTOJ 用Python玩转北化OJ平台
将 BUCT-OJ 的一些功能封装成包,从而实现通过脚本提交代码等。
⚠ 仅供学习测试,不能用于特殊用途
⚠ 对于拥有管理员账号的同学,应该有自觉使用管理号的觉悟,不会用来免做题目
主要功能
模拟登录
from BUCTOJ import login cookies = login(用户名, 密码)
使用cookies中的session即可以账号身份进行操作
若账号密码错误,则返回cookie不可用
提交代码
from BUCTOJ import submit submit(比赛的cid,要提交问题的pid,你的cookie,要提交的代码)
上述方式会使用C++语言进行提交(目前仅支持C++)
进入比赛的某道题目后,地址栏的url中会有cid和pid。
例如 Contest2347 的 A 题,url为 http://182.92.175.181/problem.php?cid=2347&pid=0 ,因此此题目的cid为2374,pid为0
cookie是登录功能所获得的cookie。
自动完成一个比赛
from BUCTOJ import finish1contest finish1contest(比赛cid, 你的用户名, 你的密码, 管理员用户名, 管理员密码)
前提:
拥有一个管理员账号
每道题都有用C++通过者
功能:
若满足以上两个条件,则此函数具有以下功能:
每隔大约15s通过一道题
查重率为0
若某次比赛中一些题目无人用C++通过,则程序会跳过此题继续提交下一题
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file BUCTOJ-0.0.10.tar.gz.
File metadata
- Download URL: BUCTOJ-0.0.10.tar.gz
- Upload date:
- Size: 5.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d76bf1382ee10b17ee3a0ccc2aaa13158f10a469e01e21a1b5de2c5be9e8db0f
|
|
| MD5 |
af0ce4184f446ee7dd8e9303d499198d
|
|
| BLAKE2b-256 |
62e0800432cb57214d6b9e7b9985a4e5a0263ea5e2604cd4b4ced20ead971551
|
File details
Details for the file BUCTOJ-0.0.10-py3-none-any.whl.
File metadata
- Download URL: BUCTOJ-0.0.10-py3-none-any.whl
- Upload date:
- Size: 11.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
04b5eba9fb779916ccf0cb68add174dfa90819a98879474e80cf573ee3f50af2
|
|
| MD5 |
97565b431282b1326bf311bafa1b47f4
|
|
| BLAKE2b-256 |
77e27deca700e485bd9858a177de52accf5d933b637240e002ec01a8e8f5f302
|