本程序仅供学习交流, 不得用于商业用途,
使用本程序进行违法操作产生的法律责任由操作者自行承担,
对本程序进行二次开发/分发时请注意遵守GPL-3.0开源协议,
本脚本仅适用于蹲回流票, 我们反对将其用于抢票,
黄牛 / 收费代抢4000+
- MacOS/Linux用户请根据手动安装流程安装进行使用;
- 如使用浏览器登录功能, 您的电脑里必须安装Chrome/Edge/Firefox浏览器, 如有安装还是提供无法启动, 则需要自行安装其中一个浏览器的Web Driver,
- assest/alarm.wav文件为语音提醒文件, 可自行更换其他提示音.
- Python >=3.10,<3.13
# MacOS
brew install portaudio
# Ubuntu
sudo apt-get install portaudio19-dev
git clone https://github.com/biliticket/transition-ticket.git
cd transition-ticket
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
pip install virtualenv
virtualenv venv
source venv/script/activate
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
pip install -r requirements.txt
python cli.py
- Python >=3.10,<3.13
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
pip install poetry virtualenv
virtualenv venv
source venv/script/activate
poetry install --with dev,graph
pre-commit install
# 更新
poetry update
pip freeze > requirements.txt
pre-commit autoupdate
# 打包
pyinstaller --clean --noconfirm --log-level WARN cli.spec