-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathrename_me_as_config.env
110 lines (96 loc) · 8.71 KB
/
rename_me_as_config.env
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
# Rename this file from rename_me_as_config.env to config.env before deploy!!!
# Primary | Required [🔴]
TOKEN= #Bot Token Generated by BotFather
MONGODB_URI= #Your Mongodb URI
OWNER= #For /restart cmd and Config Echo
UPSTREAM_REPO_URL=https://github.com/theseekerofficial/Echo #Your fork URL or Official Repo URL
# Secondary | Required [🔴]
REMINDER_CHECK_TIMEZONE= #Set a global timezone for reminders
AUTHORIZED_USERS= # Add multiple authorized users by separating by a comma (123456789,987654321). Give access to users special modules like broadcast, scheducast, ....
SCEDUCAST_TIMEZONE= #set a preferred timezone for scheducast module
SCEDUCAST_TIME_OFFSET= #Now set the correct time offset for the timezone you mentioned in SCEDUCAST_TIMEZONE.
# Ex: If your local timezone is Asia/Colombo you should add 5.5 (1st 5 = 5 hours / 2nd 5 = 30min) for this env. Because the Asia/Colombo timezone is 5:30 hours ahead of UTC (Coordinated Universal Time)
# Setup Bot Profile | Optional But Recommended to Fill [🔶]
SETUP_BOT_PROFILE=False
# You have been advised to set SETUP_BOT_PROFILE environment variable to False after you set up your Echo profile correctly during the first deployment using /bsettings to prevent unnecessary rate limit errors.
# Set True to set up the Echo profile automatically. If you keep this env as empty or False you will have to set the bot profile manually in BotFather
BOT_NAME=Echo
# Enter a new name for Echo
BOT_ABOUT=Echo is your All-in-One AI Personal Assistant 🤖
# Enter a new about text for Echo
BOT_DESCRIPTION=Echo is a personal AI assistant on Telegram that enhances productivity through the seamless integration of reminders, schedules, broadcasts, and many more features. 🪄🍃
# Enter a new description for Echo
# Auto Restart Configuration | Optional [🟩]
RESTART_AT_EVERY=86400
# To Disable auto restart, set this ENV to 0
# Minimum time that can be set for this env is 600
# Echo Usage Control | Optional [🟩]
GO_PUBLIC=
# Set to True for available Echo for all users in telegram.
# Set to False to restrict Echo's usage to chats in ALLOWED_CHATS
ALLOWED_CHATS=
# List of chat IDs (USER IDs or GROUP IDs | Both types acceptable) that allow to use Echo
# This only working if the GO_PUBLIC env set to "False"
# URL Shortner Details for DS and Other plugins | Optional [🟩]
# To disable this URL shortener feature, keep empty these envs
URL_SHORTNER=
# Fill your shortener's domain. (e.g. https://atglinks.com)
URL_SHORTNER_API=
# Fill your shortener's api. (e.g. dhoyj96oh4j50j90j5uy3g40y045h32tr473g4t804t)
# Token System | Optional [🟩]
TOKEN_RESET_TIME=0
# Set this to 0 to disable token system
# Must be an integer (number), if you add a text token system will be disable
# Doc Spotter (DS) Configuration | Optional [🟩]
DS_IMDB_ACTIVATE=True
# Set True or False to Enable or Disable IMDb Poster and Info in Doc Spotter Button List message
DS_URL_BUTTONS=False
# Set True or False to Enable or Disable URL Buttons for Result list in DS Plugin | This ENV needs to set True for URL Shortner feature to work
# Commit Ditector Configuration | Optional [🟩]
GH_CD_URLS=
# Fill in the repo URL(s) in the format theseekerofficial/Echo. | if multiple URLs separate them by "," e.g. theseekerofficial/Echo,theseekerofficial/Master-Torrenz
GH_CD_CHANNEL_IDS=
# Add the Channel ID(s)/Group ID(s) that you need to post-commit update. | if multiple IDs separate them by "," e.g. -100123456789,-100987654321
GH_CD_PAT=
# Your GitHub Personal Authorization Token for 5000 requests per hour API calls. (If you didn't provide one your commit check will limit to 60 requests per hour)
# Gemini & Chat Bot Configurations | Optional [🟩]
# Use with caution. The Gemini API has a limit of 60 requests per minute. If your global API receives uncontrollable requests, your API might be limited. ⚠️
ENABLE_GLOBAL_G_API=
# Enable Global API for AI-related features (True or False)
GLOBAL_G_API=
# Add your API key from Google AI Studios
# ShiftX Configurations | Optional [🟩]
SHIFTX_MP3_TO_AAC_BITRATE=192k # Set a quality for MP3 to AAC Outputs. Set a value among 128k, 192k, 256k, 320k
# 128k = Lowest quality, smallest file size.
# 320k = highest quality, largest file size.
SHIFTX_AAC_TO_MP3_BITRATE=192k # Set a quality for AAC to MP3 Outputs. Set a value among 128k, 192k, 256k, 320k
# 128k = Lowest quality, smallest file size.
# 320k = highest quality, largest file size.
SHIFTX_OGG_TO_MP3_QUALITY=4 # Set a quality for OGG to MP3 Outputs. Set a value from 0 to 9
# 9 = Lowest quality, smallest file size.
# 0 = highest quality, largest file size.
SHIFTX_MP3_TO_OGG_QUALITY=5 # Set a quality for MP3 to OGG Outputs. Set a value from -1 to 10
# -1 = Lowest quality, smallest file size.
# 10 = highest quality, largest file size.
# RemoveBG Configurations | Optional [🟩]
REMOVEBG_API=
# Global API Key for RemoveBG Plugin
# F-Sub Configurations | Optional [🟩]
FSUB_INFO_IN_PM=True
# Set True to send F-Sub user to inform message in PM and Group. Set False to send F-Sub user to inform message only in Group.
# Plugin On/Off | Optional [🟩]
GEMINI_PLUGIN=True # Set True or False to Enable or Disable Gemini Text Plugin
GEMINI_IMAGE_PLUGIN=True # Set True or False to Enable or Disable Gemini Image Analysis Plugin
CHAT_BOT_PLUGIN=True # Set True or False to Enable or Disable Chatbot Plugin
CALCULATOR_PLUGIN=True # Set True or False to Enable or Disable Basic Calculator Plugin
SCI_CALCULATOR_PLUGIN=True # Set True or False to Enable or Disable Scientific Calculator Plugin
UNIT_CONVERTER_PLUGIN=True # Set True or False to Enable or Disable Unit Converter Plugin
TELEGRAPH_UP_PLUGIN=True # Set True or False to Enable or Disable Telegraph Image Upload Plugin
LOGOGEN_PLUGIN=True # Set True or False to Enable or Disable Logo Gen Plugin
DOC_SPOTTER_PLUGIN=True # Set True or False to Enable or Disable Doc Spotter Plugin
SHIFTX_PLUGIN=True # Set True or False to Enable or Disable ShiftX Plugin
REMOVEBG_PLUGIN=True # Set True or False to Enable or Disable RemoveBG Plugin
IMDb_PLUGIN=True # Set True or False to Enable or Disable IMDb Plugin
CLONEGRAM_PLUGIN=True # Set True or False to Enable or Disable Clonegram Plugin
F_SUB_PLUGIN=True # Set True or False to Enable or Disable F-Sub Plugin
FILEFLEX_PLUGIN=True # Set True or False to Enable or Disable Fileflex Plugin