-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
120 lines (120 loc) · 4.08 KB
/
app.json
File metadata and controls
120 lines (120 loc) · 4.08 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
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
111
112
113
114
115
116
117
118
119
120
{
"name": "OlympusUserBot",
"description": "Userbot created by a ZeuS and custom fork by https://t.me/olympuss10 iletişim @olympuss10 destek için",
"logo": "https://i.resimyukle.xyz/VR5AKT.jpg",
"keywords": [
"telegram",
"userbot",
"plugin",
"modular",
"productivity"
],
"repository": "https://github.com/iibrahimwt13/WorldUserBot",
"website": "#TODO",
"success_url": "#TODO",
"env": {
"ENV": {
"description": "Setting this to ANYTHING will enable heroku.",
"value": "ANYTHING"
},
"TMP_DOWNLOAD_DIRECTORY": {
"description": "İndirilen dosyalar nereye gidecek.",
"value": "./DOWNLOADS/",
"required": false
},
"ALIVE_NAME": {
"description": "Alive komutunda çıkacak isminizi yazınız",
"value": ""
},
"APP_ID": {
"description": "Bu değeri Telegramda @OtoMyTelegramBot tan Alabilirsiniz.",
"value": ""
},
"API_HASH": {
"description": "Bu değeri Telegramda @OtoMyTelegramBot tan Alabilirsiniz.",
"value": ""
},
"STRING_SESSION": {
"description": "Bu değeri [https://exelonstringalici.bristolmyers.repl.run/] adresinden alabilirsiniz",
"value": ""
},
"TG_BOT_USER_NAME_BF_HER": {
"description": "Satır içi düğme üreticisi için gerekli. Http://telegram.dog/BotFather adresinde bir bot yapın ve botunuzun kullanıcı adını alın",
"value": ""
},
"TG_BOT_TOKEN_BF_HER": {
"description": "Satır içi düğme üreticisi için gerekli. Http://telegram.dog/BotFather adresinde bir bot yapın ve botunuzun tokenini alın. Buna değer.",
"value": ""
},
"HEROKU_API_KEY": {
"description": "Botu güncellemek için gerekli ve diğer şeyler https://dashboard.heroku.com/account adresinden alın",
"value": "",
"required": false
},
"HEROKU_APP_NAME": {
"description": "Heroku uygulama adını buraya ekleyin. UserBot güncellemelerine yardımcı olur. ",
"value": "",
"required": false
},
"DEFAULT_BIO": {
"description": "Varsayılan profil biyografisi.",
"value": "",
"required": false
},
"MAX_FLOOD_IN_P_M_s": {
"description": "Bir kişinin bloke edilmeden önce öğleden sonra gönderebileceği maksimum mesaj sayısı. Değer bir tam sayı olmalıdır. Varsayılan olarak 6.",
"value": "6",
"required": false
},
"OCR_SPACE_API_KEY": {
"description": "OCR işlevi için gereklidir. Https://ocr.space/ocrapi adresinden alın",
"value": "",
"required": false
},
"REM_BG_API_KEY": {
"description": "Görüntü arka plan işlevselliğini kaldırmak için gereklidir. Https://www.remove.bg/ adresinden alın",
"value": "",
"required": false
},
"ALIVE_PIC": {
"description": "Alive Komutunda Görükecek Medya (fotograf gif video)URL sini Giriniz",
"value": "https://i.resimyukle.xyz/VR5AKT.jpg",
"required": false
},
"AUTONAME": {
"description": "toname komutu için",
"value": "",
"required": false
},
"LYDIA_API_KEY": {
"description": "Lydia AI için gerekli. API'nizi almak için https://telegra.ph/Lydia-09-05 adresini takip edin.",
"value": "",
"required": false
},
"UB_BLACK_LIST_CHAT": {
"description": "blacklist_chats'i userbot özelliklerini istemediğiniz yere ayarlayın",
"value": "-1051754159",
"required": false
},
"DOWNLOAD_PFP_URL_CLOCK": {
"description": "AutoPic modül için gerekli. Profil Resminizin önizleme bağlantısı olan bir url",
"value": "",
"required": false
},
"TZ": {
"description": "Autopic / get time'da Doğru Zaman için Gerekli. Saat diliminizi http://www.timezoneconverter.com/cgi-bin/findzone.tzc adresinden öğrenin",
"value": "Europe/Istanbul",
"required": false
}
},
"addons": [{
"plan": "heroku-postgresql"
}],
"buildpacks": [{
"url": "https://buildpack-registry.s3.amazonaws.com/buildpacks/hashnuke/elixir.tgz"
}, {
"url": "heroku/python"
},{
"url": "heroku-community/apt"
}]
}