Home

Awesome

lita-telegram

Lita adapter for Telegram Bots. See the link for setup instructions.

Installation

Add lita-telegram to your Lita instance's Gemfile:

gem "lita-telegram"

Configuration

lita_config.rb

config.robot.adapter = :telegram
config.adapters.telegram.telegram_token = ENV['TELEGRAM_TOKEN']

TODO