Skip to content
This repository was archived by the owner on Jun 11, 2025. It is now read-only.

Hobr/transition-ticket-archived

Repository files navigation

Transition Ticket

BW不可用!!!小心被系统退票!!!为了狗命我们将停止更新

声明

电报交流群

下载地址

本程序仅供学习交流, 不得用于商业用途,

使用本程序进行违法操作产生的法律责任由操作者自行承担,

对本程序进行二次开发/分发时请注意遵守GPL-3.0开源协议,

本脚本仅适用于蹲回流票, 我们反对将其用于抢票,

黄牛 / 收费代抢4000+

注意事项

  1. MacOS / Linux 用户请根据 手动安装 流程安装进行使用
  2. 如使用浏览器登录功能, 您的电脑里必须安装 Edge 浏览器
  3. assets/alarm.wav 文件为语音提醒文件, 可自行更换其他提示音

手动安装

  • Python >= 3.11 , < 3.14
# 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/bin/activate
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
pip install -r requirements.txt
python cli.py

运行流程

FSM

开发

  • Python >= 3.11 , < 3.14
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
pip install poetry virtualenv

virtualenv venv
source venv/bin/active
poetry install --with dev,graph
pre-commit install

# 更新
poetry update --with dev,graph --sync
pip freeze > requirements.txt
pre-commit autoupdate

# 打包
pyinstaller --clean --noconfirm --log-level WARN cli.spec

感谢

About

BW不可用!!!小心被系统退票!!!

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 8