-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.env.example
More file actions
37 lines (27 loc) · 1.39 KB
/
.env.example
File metadata and controls
37 lines (27 loc) · 1.39 KB
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
26
27
28
29
30
31
32
33
34
35
36
37
# Telegram Bot Configuration. Get this from @BotFather on Telegram
BOT_TOKEN="your_telegram_bot_token_here"
# IDS to send Exceptions errors to in private messages. Get this from bot healthcheck with SEND_USER_INFO_WITH_HEALTHCHECK=True
ADMINS_CHAT_IDS="your_admins_chat_id_here" #ADMINS_CHAT_IDS=chatid_1,chatid_2,chatid_3
# Send errors to admins in private messages
SEND_ERROR_TO_ADMIN=True
# Log Level
LOG_LEVEL=INFO # Set the Log Level (DEBUG, INFO, WARNING, ERROR, CRITICAL)
# Access Control Settings
LIMIT_BOT_ACCESS=False # Enable to restrict bot access to specific users/chats. False by default
# Access Lists (only used if LIMIT_BOT_ACCESS=True)
ALLOWED_USERNAMES= # Example: "user1,user2,user3" (without @)
ALLOWED_CHAT_IDS= # Personal chat ID or Group Chat ID. Example: "186886480,-100987654321"
# Enable to use cookies file for Instagram login.
INSTACOOKIES=False # False by default
# Language Settings
LANGUAGE=en # Available options: en, uk. uk - Ukrainian by default
#CODEC TO USE libx264 or libx265
H_CODEC=libx265
# Send random messages with Chat ID and username to chat. If disabled - to log only
SEND_USER_INFO_WITH_HEALTHCHECK=False
# Enable to use GPU for video compression using Intel chip and VAAPI. False by default
USE_GPU_COMPRESSING=False
# Your Google Gemini API key (required)
GEMINI_API_KEY=
# The Gemini model to use (optional, defaults to "gemini-2.5-flash")
GEMINI_MODEL=