Skip to content

Telegram bot for storing players' answers for Telegram-based image game

License

Notifications You must be signed in to change notification settings

dexpiper/imagegamebot

Repository files navigation

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

About

Telegram bot for storing players' answers for Telegram-based image game

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published