otrs-telegram-bot
v1.0.0
Published
OTRS Telegram Integration Bot
Downloads
15
Readme
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_TOKENwith the gived token
On Docker
docker build -t otrs-telegram-bot .
docker run -e BOT_TOKEN="123456789:AbCdfGhIJKlmNoQQRsTUVwxyZ" otrs-telegram-botOn Standalone
- Install Node.js
- Install Telegraf.js:
npm install telegraf - Start application:
node index.js
