Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 445 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 445 Bytes

telegram-bot-skeleton-ruby

Skeleton project containing boilerplate to run a telegram bot.

Features

Prerequisites

Usage

Create .env file and add TELEGRAM_BOT_TOKEN

$ cp .env .env.example

Run docker container

$ docker-compose up --build