Skip to content

rubyata/bot

Repository files navigation

Rubyata bot

CircleCI

Rubyata telegram chat bot.

Installation

Native

bundle install
BOT_TOKEN=blabla ./bin/bot

Docker and docker-compose

docker build -t rubyata/bot:latest --platform=linux/amd64 .
docker-compose up -d

Configuration

Pass the following environment variables:

  • BOT_ENV. Default is development.
  • BOT_TOKEN. Token acquired from Telegram BotFather.
  • ROLLBAR_TOKEN. If you need to track exceptions.

Tasks

  • Kicks spammers by nicknames.
  • [Idea] Asks new users to solve ruby snippets to detect non-rubyist ;).
  • ....

Releases

No releases published

Packages

No packages published