KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
Interpark-Bot
★ 13
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
ollama-webui
:
The Ollama WebUI provides a simple interface for running a local LLM (Large Language Model). This is a great solution for users who need an LLM without internet access.
rookie-discord
:
菜鸟 Im 项目前端代码仓库
SLTurbulence
:
No description available.
CryptoVerifier
:
高效、经济的许可证验证解决方案 (保护您的 Minecraft 插件 或 Mod 等)
SEFusion
:
An end-to-end infrared and visible light enhancement fusion algorithm based on SwinTransformer
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
Interpark-Bot
?
Download (.md)
# Interpark-Bot ## Description This is a simple example of a ticket-sniping program for Interpark Global, using DrissionPage. Please note that although it can successfully complete the task, it's likely not directly usable without some coding background, as the seating information for each venue is different and the process for each show may vary. This code is just an example. First, you need to open Chromium and enable the debug mode: ```chromium --remote-debugging-port=9222```, you can visit DrissionPage official site for more instruction Then, In config.py, you need to fill in two key variables based on the information of the different performances: GOODS_ID and TIME. Both variables can be found on the performance page. For example, using https://www.globalinterpark.com/en/product/24007162, GOODS_ID is the last set of numbers in the URL, 24007162, and TIME is the date of the performance, formatted as YYYYMMDD. Please note that you will still need to modify two functions in utils.seat_filter to filter specific venue seats. This will require you to study the code yourself. Good luck! For methods to bypass reCAPTCHA, thanks to https://github.com/sarperavci/GoogleRecaptchaBypass. ### This code is for learning purposes only. Please delete it within 24 hours after downloading.