BOT Click: SONICLABS
- Send S tokens to randomly generated addresses on the Sonic Testnet.
- Python 3.7 or later
pip
(Python package installer)
- Clone this repository:
- Open cmd or Shell, then run the command:
git clone https://github.com/thog9/Soniclabs-testnet.git
cd Soniclabs-testnet
- Install Module:
- Open cmd or Shell, then run the command:
pip install -r requirements.txt
- Config:
- Open the
bot.py
file and make sure to replaceprivate_key
with your valid private key.:
private_key = "PRIVATE_KEY_HERE"
- Run:
- Open cmd or Shell, then run the command:
python bot.py