An open API service indexing awesome lists of open source software.

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.

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```

# 原理
* 用圖形檢測來協助點擊按鈕

這個腳本,沒有使用爬蟲,而是圖形偵測,效率比較低落,但也不會因此被偵測封號。

此腳本為學習用途,只是為了幫助買自己的票,而非黃牛和二手票。此腳本效率低下,基本也沒法做到太精細的操作和大量購買,請按需求自己使用。