npm.io
1.0.0 • Published 9 years ago

otrs-telegram-bot

Licence
MIT
Version
1.0.0
Deps
2
Vulns
0
Weekly
0
Stars
1

OTRS Telegram Integration Bot

Usage

  • Create a bot by talking to the @BotFather. BotFather will give you a token, something like 123456789:AbCdfGhIJKlmNoQQRsTUVwxyZ
  • Set BOT_TOKEN with the gived token

On Docker

docker build -t otrs-telegram-bot .
docker run -e BOT_TOKEN="123456789:AbCdfGhIJKlmNoQQRsTUVwxyZ" otrs-telegram-bot

On Standalone

  • Install Node.js
  • Install Telegraf.js: npm install telegraf
  • Start application: node index.js