Ruby Telegram Bot

A Ruby application for Telegram bot with Rails-like structure.

Setup

  1. Install dependencies:

    bundle install
    
  2. Run the application:

    ./bin/bot
    

Ruby Version

This project uses Ruby 3.4.4