rmcfadzean / lita-telegram

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

  • Tests
  • Handle sending/receiving different message types

About

License:MIT License


Languages

Language:Ruby 100.0%