All Projects → bostrot → telegram-support-bot

bostrot / telegram-support-bot

Licence: GPL-3.0 license
A Telegram ticketing/supporting system.

Programming Languages

typescript
32286 projects
HTML
75241 projects

Projects that are alternatives of or similar to telegram-support-bot

tiket
TIKET is a ticketing/helpdesk system to support and help you deal with issues/incidents in your organization or from customers.
Stars: ✭ 59 (-67.22%)
Mutual labels:  ticket, ticketing, ticketing-system
idea
Gestor de actividades en grupo
Stars: ✭ 16 (-91.11%)
Mutual labels:  telegram-bot
Google-Search-Bot
A google search telegram bot.
Stars: ✭ 32 (-82.22%)
Mutual labels:  telegram-bot
RedditDownloaderBot
A reddit downloader telegram bot
Stars: ✭ 32 (-82.22%)
Mutual labels:  telegram-bot
Send2KindleBot
Send to Kindle Telegram Bot
Stars: ✭ 111 (-38.33%)
Mutual labels:  telegram-bot
panichd
Ticketing system for Laravel 5.1 - 8.x. Allows to create new tickets via form only. Includes file attachments, ticket tags, filtering, scheduling and e-mail notifications.
Stars: ✭ 78 (-56.67%)
Mutual labels:  ticketing-system
Music-downloader-bot
A telegram bot that can send you high-quality audio 🎧🎧🎧
Stars: ✭ 35 (-80.56%)
Mutual labels:  telegram-bot
EPUB-to-PDF
Telegram bot EPUB to PDF converter
Stars: ✭ 25 (-86.11%)
Mutual labels:  telegram-bot
SmartyScheduleBot
Telegram timetable bot, for Zhytomyr Ivan Franko State University students. It uses Politek-soft Dekanat system for getting data. With 2000+ active users. Бот расписания для Телеграм.
Stars: ✭ 22 (-87.78%)
Mutual labels:  telegram-bot
coinmarketcap-new-listings-sniper-bot
Sniper bot to buy new tokens listed on Coinmarketcap.
Stars: ✭ 55 (-69.44%)
Mutual labels:  telegram-bot
Aws-Manger-Bot
一个可以管理aws资源的telegram bot
Stars: ✭ 45 (-75%)
Mutual labels:  telegram-bot
python-ogren-4-saatte-python-baslangic
(TR) 4 saatlik Python başlangıç atölyesinin içerik dokümanı. (EN version is in progress!)
Stars: ✭ 71 (-60.56%)
Mutual labels:  telegram-bot
spigot-tg-bridge
Connect Telegram chats and Minecraft servers seamlessly
Stars: ✭ 27 (-85%)
Mutual labels:  telegram-bot
pe4kin
Erlang wrapper for Telegram bot API https://core.telegram.org/bots
Stars: ✭ 47 (-73.89%)
Mutual labels:  telegram-bot
RadioPlayerV3
An Advanced Telegram Bot to Play Radio & Music in Voice Chat. This is Also The Source Code of The Bot Which is Being Used For Playing Radio in @AsmSafone Channel ❤️
Stars: ✭ 232 (+28.89%)
Mutual labels:  telegram-bot
gas-SphygmoBot
A human "Heartbeat" checker hosted on Telegram.
Stars: ✭ 20 (-88.89%)
Mutual labels:  telegram-bot
VideoPlayerBot
An Telegram Bot By @AsmSafone To Stream Videos in Telegram Voice Chat. This is Also The Source Code of The Bot Which is Being Used In Our Support Group! ❤️
Stars: ✭ 187 (+3.89%)
Mutual labels:  telegram-bot
AusweisBot
Telegram bot to generate self-authorizations for moving around during covid-19 pandemic in France
Stars: ✭ 13 (-92.78%)
Mutual labels:  telegram-bot
F80
A Professional Telegram-Bot Based On valtman.name/telegram-cli
Stars: ✭ 36 (-80%)
Mutual labels:  telegram-bot
formatbot1
Make instant view easily and fast, from any article on the internet in the best messenger ever Telegram
Stars: ✭ 127 (-29.44%)
Mutual labels:  telegram-bot

Bot API Version NPM Version node js-standard-style pipeline status

Telegram Support Bot (Ticketing system for Telegram)

is a support bot for telegram bots, using the Telegraf framework (by @dotcypress). It lets users create tickets which will be send to a staff group and can be answered by a reply.

Telegram ticketing implementation:

Documentation

See the WIKI for more detailed information.

telegram-support-bot was built on top of Telegraf libary.

Telegraf documentation.

Features

When a user sends a message to the support chat it will create a ticket which will be forwarded to the staff group. Any admin in the staff group may answer that ticket by just replying to it. Salutation is added automatically. Photos will be forwared too.

Currently the support chat offers these commands (staff commands):

  • /open - lists all open tickets (messages where noone has replied yet)
  • /close - close a ticket manually (in case someone writes 'thank you')
  • /id - returns your telegram id and the group chat id (1234567 -1234567890)
  • /ban - ban a person from writing to your chat

User commands:

  • /start - tells the user how to use this bot
  • /help - an overview over the commands or some explanation for the user
  • /faq - shows the FAQ

Features:

  • File forwarding from and to user
  • Database for handling open and closed tickets
  • Restrict users
  • Simple anti spam system
  • Send tickets to different staff groups
  • Private reply to user
  • Anonymize users
  • Auto reply based on keywords [beta]
  • Web chat

Installation

See the WIKI for more detailed information.

mv config/config-sample.yaml config.yaml

Docker container:

Either with docker-compose:

docker-compose up -d

Upgrading to v3.0.0 or to master

The latest version uses a new config file in YAML format which would break old versions.

In order to make old versions work with the master you would need to use the new config.yaml file instead of the config.ts file from before. The easiest would be if you copy the config-sample.yaml to config.yaml (both in the config folder) and edit the settings similar to your old config.ts file. There is no need to delete the database file so old tickets can be kept open.

Telegram token

To use the Telegram Bot API, you first have to get a bot account by chatting with BotFather.

BotFather will give you a token, something like 123456789:AbCdfGhIJKlmNoQQRsTUVwxyZ.

Help

You are welcome to contribute with pull requests, bug reports, ideas and donations.

Custom requests

Hit me up for hosting or other custom solutions @bostrot_bot

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].