Simple travian bot to automatically grade mani villages.
Install:
pip install travibot
Usage:
- Choose server you want to play
- Create as many account as you want. To get new mail user external services like https://temp-mail.org/en/ and etc
- Create list of your accounts - login + password (or save in file)
- Install travibot via pip
- Write simple script:
from src.travibot_Vasily566.main import run_travian
creds = [
("acc1_mail1@mail.mail", "password"),
("acc2_mail1@mail.mail", "password"),
]
run_travian(creds=creds)
Note! In account settings you should:
- Choose Russian language
- Disable hints (first settings point)