From c8c6027ab6154a77117f578c27dac988a2112f38 Mon Sep 17 00:00:00 2001 From: Nikitin Aleksandr Date: Fri, 15 Nov 2024 09:40:07 +0300 Subject: [PATCH] =?UTF-8?q?=D1=81=D0=B4=D0=B5=D0=BB=D0=B0=D0=BB=20URL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++++++++ bin_prod/settings.txt | 6 ------ readme.rus | 8 ++++++++ 3 files changed, 16 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c2e76dd..8c69a3b 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,14 @@ if the script does not return lines, then everything is fine. including the .sql file name and the name of the person responsible, then the name of the person responsible will also be added. +The bot sends error logs to Telegram groups: +1. General group with all errors, all programmers. +Group ID is filled in settings.txt, TELEGRAM_CHAT_NAME= +In the Telegram group settings, you need to set the rights Group type = "Public" +2. Each programmer separately, only logs that apply to him. +Filled in the files services.txt, scripts.txt +Each programmer must add this telegram bot to his Telegram + Installation procedure: 1. Compile this repository >make build diff --git a/bin_prod/settings.txt b/bin_prod/settings.txt index 77ad9d9..2e8aaaa 100644 --- a/bin_prod/settings.txt +++ b/bin_prod/settings.txt @@ -8,12 +8,6 @@ DATABASE_CHECKER_ENABLED=false #TELEGRAM_API_KEY - API KEY from Telegram messenger TELEGRAM_API_KEY= -#TELEGRAM_APP_ID - APP ID from Telegram -#TELEGRAM_APP_ID= - -#TELEGRAM_APP_HASH - APP HASH from Telegram -#TELEGRAM_APP_HASH= - #TELEGRAM_PHONE_FROM - your phone number, from messages will be sent TELEGRAM_PHONE_FROM= diff --git a/readme.rus b/readme.rus index bbc86db..579af9f 100644 --- a/readme.rus +++ b/readme.rus @@ -23,6 +23,14 @@ в том числе имя файла .sql и имя ответственного, то будет ещё добавлять имя ответственного. +Бот отправляет логи ошибок в Телеграмм группы: +1. Общая группа со всеми ошибками, всех программистов. +ИД группы заполняется в settings.txt, TELEGRAM_CHAT_NAME= +В настройках Телеграм группы надо поставить права Тип группы = "Публичная" +2. Каждому программисту отдельно, только логи которые относятся к нему. +Заполняется в файлах services.txt, scripts.txt +Каждый программист должен сам добавить себе в Телеграм этого телеграм бота + Порядок установки: 1. Скомпилировать этот репозиторий