集齐大麦、猫眼、纷玩岛,票星球,4个平台的回流票监控
# 克隆本项目
git clone https://github.com/ThinkerWen/TicketMonitoring.git
cd TicketMonitoring
# 安装python运行需要的包
python3 -m pip install -r requirements.txt
# 执行程序
python3 start.py
程序默认没有用代理,若要添加代理请修改config.json
(自建隧道代理查看GitHub:ProxyServer)
mkdir /etc/ticket-monitor
vim /etc/ticket-monitor/config.json # 配置文件见config.json⬆️️
docker run -d --restart=unless-stopped -v /etc/ticket-monitor/config.json:/app/config.json --name="ticket-monitor" designerwang/ticket-monitor:latest
添加新的演出监控请在TicketMonitoring
文件夹下的config.json
中配置,
字段名 | 含义 | 备注 |
---|---|---|
show_id | 演出id | 通过抓包获取,找到类似于perfromId projectId showId 等的关键字即可 |
show_name | 演出名称 | 可以任意填写,自己好记即可 |
platform | 演出的监控平台 | 和show_id 的平台对应,platform 参照:(大麦: 0 猫眼: 1 纷玩岛: 2 票星球: 3 ) |
deadline | 监控的截止时间 | 截止时间内进行监控,超过截止时间则停止监控,需按照2000-01-01 00:00:00 格式填写 |
程序仅供学习,请勿用于违法活动中,如作他用所承受的法律责任一概与作者无关
编程能力蒟蒻,代码仅供参考^_^