1
0
mirror of https://github.com/sadfsdfdsa/allbot.git synced 2024-11-19 00:31:42 +02:00
Bot for telegram groups with @all mention like Slack
Go to file
2024-10-06 21:14:23 +05:00
.github/workflows chore: ci/cd tests v2 2023-08-30 16:26:31 +05:00
core fix: long messages 2024-10-06 21:14:23 +05:00
dist fix: long messages 2024-10-06 21:14:23 +05:00
infra feat(infra): prometheus metrics improvements 2023-11-11 16:40:47 +05:00
.env.example feat: improve /help, remove /feedback because of chat support 2023-12-06 01:31:00 +05:00
.gitignore feat: prometheus and express for healthchecking 2023-09-03 03:13:22 +05:00
.nvmrc feat: initial commit 2023-08-24 16:22:33 +05:00
.prettierrc feat(refactoring): big refactoring for bot commands 2023-10-03 17:43:53 +05:00
docker-compose.yml chore: ports 2024-10-06 19:58:43 +05:00
Dockerfile fix: long messages 2024-10-06 21:14:23 +05:00
index.ts feat: telegram payments release 2024-06-06 23:44:26 +05:00
jest.config.mjs test: cover jest tests for bot, db and repository 2023-08-30 15:17:17 +05:00
jest.tsconfig.json test: cover jest tests for bot, db and repository 2023-08-30 15:17:17 +05:00
package-lock.json 1.0.15 2023-11-11 16:41:02 +05:00
package.json 1.0.15 2023-11-11 16:41:02 +05:00
README.md feat: improve /help, remove /feedback because of chat support 2023-12-06 01:31:00 +05:00
tsconfig.json feat: telegram payments release 2024-06-06 23:44:26 +05:00

@allbot

coverage

This is Telegram bot for groups who needs mention @all like in Slack. Feel free to use in https://t.me/allsuperior_bot or fork it and host only for your groups.

It's require .env after fork:

REDIS_URI=rediss://your-host-uri
TG_TOKEN=STRING_FROM_BOT_FATHER
BOT_NAME=@allsuperior_bot
PORT=8080