https://github.com/jxpro/damai-tickets
大麦抢票脚本案例
https://github.com/jxpro/damai-tickets
crawler python selenium
Last synced: about 1 month ago
JSON representation
大麦抢票脚本案例
- Host: GitHub
- URL: https://github.com/jxpro/damai-tickets
- Owner: Jxpro
- Created: 2022-12-10T20:18:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-04T14:59:17.000Z (over 1 year ago)
- Last Synced: 2023-11-07T21:54:45.712Z (over 1 year ago)
- Topics: crawler, python, selenium
- Language: Python
- Homepage: https://github.com/Jxpro/damai-tickets
- Size: 21.5 KB
- Stars: 119
- Watchers: 2
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 大麦网抢票脚本案例
## 🛠️ 环境要求
- Python 3.6 +
- Chrome 和 [chromedriver.exe](http://chromedriver.storage.googleapis.com/index.html)(注意与chrome版本相匹配)
- `pip install -r requirements.txt`## ❗️ 重要说明
参考代码1:[ticket1.py](https://github.com/Entromorgan/Autoticket)
**处理方法**:通过`selenium`模拟点击
**存在的问题**:存在`webdriver`特征,无法通过滑块验证
> 参数说明:
>
> - `session`: 场次优先级列表
> - `price`: 票价优先级
> - `real_name`: [1,2], 实名者序号
> - `nick_name`: 用户在大麦网的昵称,用于验证登录是否成功
> - `ticket_num`: 购买票数
> - `damai_url`: [https://www.damai.cn](https://www.damai.cn/), 大麦网官网网址
> - `target_url`: https://detail.damai.cn/item.htm?id=599834886497 目标购票网址
>参考代码2:[ticket2.py](https://github.com/MakiNaruto/Automatic_ticket_purchase)
**处理方法**:通过`selenium`登录获得cookie后,使用`requests`直接发送请求
**存在的问题**:最后一步无法成功提交订单
## 📧 联系方式
如果有任何问题,欢迎到 [github issue](https://github.com/Jxpro/damai-tickets/issues) 进行讨论,或发送电子邮件到 [[email protected]](mailto:[email protected]) 来联系我
## ⭐ Stargazers over time