Skip to content

ClaudeBot/hubot-telegram-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Variable Default Description
TELEGRAM_BOT_TOKEN N/A Your bot's authorisation token. You can create one by messaging BotFather /newbot (Docs)
TELEGRAM_BOT_REFRESH 1500 The polling interval in seconds (i.e. how often should we fetch new messages from Telegram)
TELEGRAM_BOT_WEBHOOK false The webhook URL for incoming messages to be published by Telegram

About

🔌 A Hubot adapter for Telegram Bots with zero external dependencies.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published