Skip to content

大麦、猫眼、纷玩岛,票星球,演唱会回流票监控

Notifications You must be signed in to change notification settings

ThinkerWen/TicketMonitoring

Repository files navigation

演唱会回流票监控程序

集齐大麦、猫眼、纷玩岛,票星球,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)

二、Docker(推荐)

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格式填写

注意

程序仅供学习,请勿用于违法活动中,如作他用所承受的法律责任一概与作者无关

编程能力蒟蒻,代码仅供参考^_^


原文链接:[看雪] 某麦网回流票监控,sing参数分析

原文链接:[吾爱破解] 某麦网回流票监控,sing参数分析

About

大麦、猫眼、纷玩岛,票星球,演唱会回流票监控

Resources

Stars

Watchers

Forks

Packages

No packages published