limits220284 / badminton_book

羽毛球场自动抢场程序

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

不要传播,小心被拷打

环境安装

pip install -r requirements.txt

config.json 配置

{
    "user": "******",
    "pwd": "******",
    "login_url": "http://ydfwpt.cug.edu.cn/login/pre.html?continueurl=http://ydfwpt.cug.edu.cn/product/show.html?id=1",
    "target_url": "http://ydfwpt.cug.edu.cn/index.html"
}

在user和pwd处配置自己的账户和密码

其余的不用动

配置site.txt

image-20231021163421144

参数说明:

  • 为了保证能够抢到心仪的场,可以在txt文件中配置,每一行表示一次预约,如果当前行已经被抢走,那么就会依次抢接下来的场,优先级可以人为配置

  • eg: 15 16 表示时间段,15.01-16.00/16.01-17.00,第三个数字表示第几号场,如下图

image-20231021163812037

  • 不用担心时间段问题,代码中已经处理过边界问题

配置完环境之后,一键启动即可

About

羽毛球场自动抢场程序

License:MIT License


Languages

Language:Python 100.0%