https://github.com/jingshing/get_ticket_py
I made this repo for helping my friend to get ticket.
https://github.com/jingshing/get_ticket_py
Last synced: 2 months ago
JSON representation
I made this repo for helping my friend to get ticket.
- Host: GitHub
- URL: https://github.com/jingshing/get_ticket_py
- Owner: JingShing
- License: bsd-3-clause
- Created: 2023-11-06T17:44:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-07T08:00:47.000Z (over 2 years ago)
- Last Synced: 2025-03-09T20:59:47.203Z (over 1 year ago)
- Language: Python
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# get_ticket_py
# 前置
## 安裝 python
* 到 [python 官網安裝 python](https://www.python.org/downloads/)
## 安裝所需套件
* pyautogui
* opencv
### 指令:
* ```pip install pyautogui ```
* ```pip install opencv-python```
# 原理
* 用圖形檢測來協助點擊按鈕
這個腳本,沒有使用爬蟲,而是圖形偵測,效率比較低落,但也不會因此被偵測封號。
此腳本為學習用途,只是為了幫助買自己的票,而非黃牛和二手票。此腳本效率低下,基本也沒法做到太精細的操作和大量購買,請按需求自己使用。