Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

telegram-support-bot

sparanoid51GPL-3.03.0.3

Telegram Support Bot

telegram-support-bot, support, telegraf, telegram, ticket, ticketing, ticketing system, telegram bot api, bot, botapi, bot framework

readme

Telegram Support Bot (Ticketing system for Telegram)

Fork of the original bostrot/telegram-support-bot with additional features:

  • compact_reply: Only send reply message without dear and regards template
  • slient_mode: Avoid sending contactMessage when user sends a message

It's recommended to run this bot in a container:

Usage

# Docker Hub
docker run -p 8080:8080 -v ${pwd}/config:/app/config sparanoid/telegram-support-bot:latest

# GitHub Container Registry
docker run -p 8080:8080 - ${pwd}/config:/app/config ghcr.io/sparanoid/telegram-support-bot:latest

License

GPL-3.0