This project automates the scraping of Crash game history data from the Stake website using undetected_chromedriver and bypasses Turnstile CAPTCHA using 2Captcha.
- โ Automates Chrome browser using undetected Selenium
- ๐ Supports Cloudflare Turnstile CAPTCHA solving via 2Captcha
- ๐ Scrapes time & multiplier data from game history
- ๐พ Saves extracted data to a CSV file
- ๐ Paginates and collects multiple pages of history
Before running the script, ensure you have the following:
- Python 3.7 or higher
- Google Chrome installed
- A 2Captcha account and API key
- Install required Python libraries:
pip install undetected-chromedriver requests beautifulsoup4 selenium