Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 467 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 467 Bytes

travian_bot

Travian bot which automates boring stuff.

Getting started.

  1. pip3 install -r requirements.txt
  2. Open main.py file and create your queue in buildings_queue array. When your queue is empty bot is building the resource field depenging on shortage of resources.
  3. You can also uncomment trooper function and create raids.txt file in order to make raids or attacks on schedule.
  4. All code in this project is well documented so feel free to explore it.