A Python-based automation tool for claiming SUI testnet tokens using Selenium WebDriver.
- Python
- Selenium WebDriver
- Chrome WebDriver
- python-dotenv
- Python installed
- Google Chrome browser installed
- ChromeDriver matching your Chrome version
- Check your version of chrome to download same version
chrome://settings/help
put the link on chrome- Download from: https://chromedriver.chromium.org/downloads
- Place in
D:\Chromedriver\chromedriver-win64\chromedriver.exe
- Required Python packages:
- pip install selenium python-dotenv
- Open CLI/CMD
- Navigate to folder that you want
- Download this file, type
git clone https://github.com/asamarsal/bot-faucet-sui.git
- Type
python faucet_sui.py
- Input your sui wallet address
- Your chrome will open automatically and get some faucet
- Loads/requests wallet address
- Initializes Chrome with custom settings
- Navigates to CroxyProxy
- Accesses the faucet through proxy
- Automatically fills wallet address
- Claims SUI tokens
- Check balance
- Repeats the process
- Uses Selenium for browser automation
- Implements explicit waits for reliability
- Handles browser automation detection
- Manages Chrome profiles and sessions
- Includes error handling and recovery
- Requires stable internet connection
- Chrome must be installed in default location
- ChromeDriver version must match Chrome browser version