This bot will can do advanture for all of your Rarity Summonners as soon as possible and level up them automaticlly.
- Python 3.8+
- Poetry 1.1+
-
Clone this repo and cd into
rarity-botdirectory:git clone https://github.com/iRhonin/rarity-bot.git cd rarity-bot/ -
Install dependencies using Poetry:
poetry install poetry shell # Enter into virtualenvNote: If you ran into
fatal error: Python.h: No such file or directoryerror, you need to installpython3-devon Ubuntu (sudo apt install python3-dev). Check this link for the other distributions. -
Make a copy on
.env_exampleand fill yourPRIVATE_KEYandADDRESS(PRIVATE_KEYis only needed to sign transactions, you can export it from the metamask):cp .env_example .env- Set
PRIVATE_KEYandADDRESS(DO NOT SHARE YOUR PRIVATE KEY WITH ANYONE) - (Optional) Change other variables if needed
To send all of your summoners to advanture:
rarity adventure
Or only selected ones (If your summoners are 1234 and 4321):
rarity --summoner 1234 --summoner 4321 adventure
If you want to disable automatic level-up, use --no-lvlup like this:
rarity adventure --no-lvlup
To see all options:
rarity --help
If you had any issue, issue tab is for you, or you can find contacts on my profile.