This is a telegram bot, aimed to mimic a popular King of Tokyo board game. Currently under development.
- Python 3.6+
- Docker 17.12.0+
- Install Python dependencies:
pip install -r requirements.txt
- Create all required docker containers:
docker-compose up -d
- Run the updater:
python updater.py
To clean docker environment, run docker-compose down
. This will delete all created containers.