https://github.com/vaihtovirta/telegram-bot-skeleton-ruby
Telegram bot skeleton in Ruby
https://github.com/vaihtovirta/telegram-bot-skeleton-ruby
boilerplate boilerplate-template docker docker-compose ruby skeleton telegram telegram-bot
Last synced: 2 months ago
JSON representation
Telegram bot skeleton in Ruby
- Host: GitHub
- URL: https://github.com/vaihtovirta/telegram-bot-skeleton-ruby
- Owner: vaihtovirta
- License: mit
- Created: 2015-11-04T14:09:47.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-02-21T11:13:55.000Z (about 5 years ago)
- Last Synced: 2026-02-13T14:05:40.486Z (2 months ago)
- Topics: boilerplate, boilerplate-template, docker, docker-compose, ruby, skeleton, telegram, telegram-bot
- Language: Ruby
- Homepage:
- Size: 20.5 KB
- Stars: 15
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# 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
- [Docker Compose](https://docs.docker.com/compose/)
## Usage
Create .env file and add TELEGRAM_BOT_TOKEN
```bash
$ cp .env .env.example
```
Run docker container
```bash
$ docker-compose up --build
```