Outdated, for V1 only
auto-squid-game will detect the Squid Energy (SE) of the Players you owned, and enter a game automatically.
To run auto-squid-game, you need to install libraries inside requirements.txt
.
pip install -r requirements.txt
Open config.json
and fill in the MetaMask address only.
(The script will prompt you to enter a password to encrypt the private key.)
{
"walletAddress": "0x0F60be...",
"walletPrivateKey": ""
}
Run auto-squid-game by running the below command in terminal.
python main.py