This bot automates the daily claiming of $RWT rewards from the Humanity Protocol using multiple wallets. It is designed to be easy to set up and use.
Follow these steps to set up and run the bot on your local machine.
To start, clone this repository to your local machine using Git:
git clone https://github.com/Mittyadav/HumanityTestnet-Bot.git
Navigate to the folder where the repository was cloned:
cd HumanityTestnet-Bot
Create a private_keys.txt file in the root directory of the project. This file should contain one private key per line, like so:
private_key_1
private_key_2
private_key_3
...
Make sure you have Python installed on your system. Then, install the required dependencies using the requirements.txt file:
pip install -r requirements.txt
Once everything is set up, you can run the bot with the following command:
python3 bot.py