This repository has been archived by the owner on Sep 5, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 208
/
sample_config.env
106 lines (80 loc) · 2.58 KB
/
sample_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
# Bir şey yapmadan önce bu satırı silin
___________LUTFEN_______BU_____SATIRI_____SILIN__________=True
# Bunları https://my.telegram.org/ adresinden alın
API_KEY = "YOUR API KEY"
API_HASH = "YOUR API HASH"
# .weather komutu için OpenWeather Map API Key
# https://openweathermap.org/ adresinden alın
OPEN_WEATHER_MAP_APPID = ""
WEATHER_DEFCITY = ""
# .carbon modülü için ChromeDriver konumu
# Linux makineleri için örnek : "/usr/bin/chromedriver"
CHROME_DRIVER = ""
# python3 GenerateStringSession çalıştırarak bu değeri alın
STRING_SESSION = ""
# .carbon modülü için Google Chrome konumu
# Linux makineleri için örnek : "/usr/bin/chromium-browser"
GOOGLE_CHROME_BIN = ""
# .ocr komutu için OCR Space API Key
# https://ocr.space/ocrapi adresinden alın
OCR_SPACE_API_KEY = ""
# .rbg komutu için remove.bg API Key
# https://www.remove.bg/api adresinden alın
REM_BG_API_KEY = ""
# Günlük grubu için grup ID
# ID'den önce tire veya negatif işaret ekleyin
# Bu bir tamsayı, lütfen dizeleri kullanmayın
BOTLOG_CHATID = # bu bir tamsayı, lütfen tırnak kullanmayın.
# Günlüğü kapatmak istiyorsanız, bunu False olarak ayarlayın
BOTLOG = True
# LOGSPAMMER
LOGSPAMMER = True
# Günlüğe kaydetme konusunda ayrıntıya ihtiyacınız varsa
CONSOLE_LOGGER_VERBOSE = False
# PM otomatik ban özelliği
PM_AUTO_BAN = False
# Veritabanı
# Örnek: 'postgres://userbot:userbot@localhost:5432/userbot'
DATABASE_URL = ""
# .yt komutun için YouTube Data API Key
# https://console.cloud.google.com adresinden alın
YOUTUBE_API_KEY = ""
# Ülke ve Saat Dilimi kurulumu için
# .time ve .date modülü
COUNTRY = ""
TZ_NUMBER = # bu bir tamsayı, lütfen tırnak kullanmayın.
# .gdrive komutu için Google Drive bilgileri
# https://console.cloud.google.com adresinden alın
G_DRIVE_CLIENT_ID = ""
G_DRIVE_CLIENT_SECRET = ""
G_DRIVE_AUTH_TOKEN_DATA = ""
TEMP_DOWNLOAD_DIRECTORY = ""
# Last.fm modülü
# https://www.last.fm/api/account/create adresinden alın
LASTFM_API = None
LASTFM_SECRET = None
LASTFM_USERNAME = None # last.fm kullanıcı adınız
LASTFM_PASSWORD = "last.fm şifreniz"
# last.fm modülü için bot şarkı adından önce ekleyecektir.
# Örnek: GitHub: MacTavishAO : Skillet - Feel Invincible
BIO_PREFIX = ""
# Varsayılan biyografi mesajı
DEFAULT_BIO = ""
# Lydia erişimi için
LYDIA_API_KEY = ""
LYDIA_ANTI-PM = ""
# Anti Spambot
ANTI_SPAMBOT = False
ANTI_SPAMBOT_SHOUT = False
# Genius modülü
GENIUS = ""
# Auto PP modülü
AUTO_PP = ""
# Inline bot çalışması için
BOT_USERNAME = ""
BOT_TOKEN = ""
# Galeri
GALERI_SURE = 60
# WARN
WARN_LIMIT = 3
WARN_SURE = 60