Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 806 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 806 Bytes

ImaginAerium Telegram Game Bot

This bot helps to play ImaginAerium (https://t.me/imaginaiarium) Telegram game. It stores players' answers to puzzles and shows them to admins.

Technologies and libraries

Deploy

It is as simple as this:

$ git clone <> && cd imagegamebot $ docker-compose up --build -d

Also you should define variables in .env file in the ./imagegamebot or directly in docker-compose.yaml:

  • BOT_TOKEN -- token from BotFather
  • ADMIN_TOKEN -- token that your admins will use inside the bot
  • DB_PASSWORD -- password for your Postgres database
  • DB_NAME=imagegamebot
  • DB_USER=imagegamebot
  • LOGLEVEL -- use debug for verbose logs or info