1.0.0 • Published 7 years ago

otrs-telegram-bot v1.0.0

Weekly downloads
6
License
MIT
Repository
github
Last release
7 years ago

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