This bot automates the daily claiming of $RWT rewards from the Hum4nity Protoc0l using multiple wallets. It is designed to be easy to set up and use.
Follow these steps to set up and run the b0t on your local machine. Register Hum4nity Testnet
To start, clone this repository to your local machine using Git:
git clone https://github.com/fznrival/Hum4n-B0T.gitNavigate to the folder where the repository was cloned:
cd Hum4n-B0TCreate a private_keys.txt file in the root directory of the project. This file should contain one private key per line, like so:
0x...
0x...Make sure you have Python installed on your system. Then, install the required dependencies using the requirements.txt file:
pip install -r requirements.txtOnce everything is set up, you can run the bot with the following command:
python bot.py