# TicketMonitoring **Repository Path**: genji12581/TicketMonitoring ## Basic Information - **Project Name**: TicketMonitoring - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-01 - **Last Updated**: 2025-04-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 演唱会回流票监控程序 集齐大麦、猫眼、纷玩岛,票星球,4个平台的回流票监控 ## 使用 ### 一、源代码 ```bash # 克隆本项目 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](https://github.com/ThinkerWen/ProxyServer)) ### 二、Docker(推荐) ```bash 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参数分析