Skip to content

rubyata/bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Nov 8, 2024
7ebb0ca · Nov 8, 2024

History

56 Commits
Sep 16, 2023
Sep 16, 2023
Nov 8, 2024
Nov 6, 2024
Sep 16, 2023
Jul 30, 2018
Aug 6, 2024
Jul 24, 2018
Jul 31, 2018
Aug 6, 2024
Oct 9, 2024
Oct 9, 2024
Nov 6, 2024
Nov 6, 2024
Aug 6, 2024
Aug 2, 2018

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 ;).
  • ....