-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathglobal_config.py
25 lines (19 loc) · 870 Bytes
/
global_config.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
base_dir = r"C:\tg" # Specify the path to the folder where your subfolders with Telegram profiles are stored.
# Path to the Excel file for writing data
file_path = r"qur.xlsx" # Specify the link to your Excel table.
close_image_paths = [r"pic\close1.png",
r"pic\close2.png"]
seach_image_paths = [r"pic\seach1.png",
r"pic\seach2.png"]
bot_image_paths = [r"pic\bot1.png",
r"pic\bot2.png",
r"pic\bot3.png",
r"pic\bot4.png",
r"pic\bot5.png"]
# Path to the image of the "Console" button
console_image_paths = [
r"pic\con1.png",
r"pic\con2.png",
r"pic\con3.png",
r"pic\con4.png",
r"pic\con5.png"] # Specify the path to the "console_tab" file - it will be stored in your directory. THE PATH TO THE FILE MUST BE IN LATIN LETTERS.