comp-tg/readme.org

884 B

Computer bot

Original is here and here. Mirrors can update irregularly.


This is a bot for Telegram. It haven't got much possibilities, but this code can be used in other bots.

Bot can use locale of Telegram client (unlike much bots) and use it or fallback to English.

Bot uses an OOP-style of Lua as described on Wikipedia.

Maybe I will rewrite bot's core to C but here already so many Lua code.

Installation

Officially supported only Docker, but you can use it without Docker.

Docker installation:

  • Clone repository with submodules: git clone --recursive https://gitdab.com/er2/comp-tg and enter cd comp-tg
  • Build image: docker build -t comp-tg .
  • Start it: docker run -d -e .env --name comp-tg --restart always comp-tg