telegram-bot-skeleton-ruby
Skeleton project containing boilerplate to run a telegram bot.
Features
- Simple setup and development with Docker and Docker Compose
- Live-reload via https://github.com/alexch/rerun
Prerequisites
Usage
Create .env file and add TELEGRAM_BOT_TOKEN
$ cp .env .env.exampleRun docker container
$ docker-compose up --build