Automate your interactions with the HotWallet web application using this Python script powered by Selenium.
| Features | Description |
|---|---|
| 🌱 Telegram Login | New version coming with telegram login. |
| 🌐 Initial Login | handles login, and navigates through the initial steps. |
| 🔄 Periodic Check | Periodically checks if the condition "Full" appears on a specific page. Then claim it, waits for 8 hours before checking again. |
| 🛒 Automated Claim | Performs a series of automated clicks on specific elements based on predefined XPaths. |
| 🌐 |
seed.txt, and so on. Prompts user input if the file is empty. |
If you don't have Python installed on your Windows machine, follow these steps:
- Visit the official Python website and download the latest version of Python for Windows.
- Run the downloaded installer.
- Make sure to check the box that says "Add Python to PATH" during the installation process.
- Click "Install Now" to start the installation.
- Open a new command prompt or PowerShell window.
- Type the following command and press Enter:
python --version# Clone this repository
$ git clone https://github.com/vannszs/HotWalletBot/
# Go into the repository
$ cd HotWalletBot
# Install dependencies
$ pip install selenium
# Run the script
$ python your_script.pyNote If you're using Linux Bash for Windows, see this guide or use
nodefrom the command prompt.
You can download the latest installable version of Markdownify for Windows, macOS and Linux.
This script uses the following open source packages:
MIT

