samirfor / otrs-telegram-bot

Bot for OTRS - Telegram integration WIP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

From Hub

Image link: https://hub.docker.com/r/samirfor/otrs-telegram-bot/

docker run -e BOT_TOKEN="123456789:AbCdfGhIJKlmNoQQRsTUVwxyZ" samirfor/otrs-telegram-bot

Building from Source

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

On Standalone

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

About

Bot for OTRS - Telegram integration WIP

License:MIT License


Languages

Language:JavaScript 100.0%