Rubyata bot
Installation
Native
bundle install
BOT_TOKEN=blabla ./bin/bot
Docker and docker-compose
docker build -t rubyata/bot:latest .
docker-compose up -d
Configuration
Pass the following environment variables:
BOT_ENV
. Default isdevelopment
.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 ;).
- ....