From ff1954b6e909169098fdb3c4a5a50dae945e3db4 Mon Sep 17 00:00:00 2001 From: Simone Ruberto <48856949+Er-Simon@users.noreply.github.com> Date: Fri, 6 Dec 2024 18:14:18 +0100 Subject: [PATCH] generic placeholder for strings --- consts.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/consts.py b/consts.py index c261982..1d9a61b 100644 --- a/consts.py +++ b/consts.py @@ -4,17 +4,17 @@ # @username # t.me/username # https://telegram.dog/username -GROUP_DESTINATION = "bullybuy_it" +GROUP_DESTINATION = "group_username" # Target groups: specify the groups from which to retrieve members GROUP_TARGETS = [ - "eFOOTBALL_Italia", - "TavernaLoLGroup", + "group_target_username_1", + "group_target_username_2", ] # Telegram API credentials (optional if sessions are already active) -API_ID = "611335" -API_HASH = "d524b414d21f4d37f08684c1df41ac9c" +API_ID = "712345" +API_HASH = "d534b414d22g4d37f26804c1df41ac9c" # Operation modes #