1.2.0 • Published 9 years ago

hubot-telegram-bot v1.2.0

Weekly downloads
1
License
-
Repository
github
Last release
9 years ago

hubot-telegram-bot

A Hubot adapter for Telegram Bots with zero external dependencies.

See src/telegram.coffee for full documentation.

Installation via NPM

npm install --save hubot-telegram-bot

Now, run Hubot with the telegram-bot adapter:

./bin/hubot -a telegram-bot

Configuration

VariableDefaultDescription
TELEGRAM_BOT_TOKENN/AYour bot's authorisation token. You can create one by messaging BotFather /newbot (Docs)
TELEGRAM_BOT_REFRESH1500The polling interval in seconds (i.e. how often should we fetch new messages from Telegram)
TELEGRAM_BOT_WEBHOOKfalseThe webhook URL for incoming messages to be published by Telegram
1.2.0

9 years ago

1.1.0

9 years ago

1.0.0

9 years ago