forked from ramadhani892/RAM-UBOT
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
135 lines (135 loc) · 4.54 KB
/
Copy pathapp.json
File metadata and controls
135 lines (135 loc) · 4.54 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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
{
"name": "Cok-UserBot",
"description": "[Cok-UserBot] USERBOT KHUSUS YANG DIGUNAKAN UNTUK BERSENANG-SENANG DI TELEGRAM (‼️JANGAN DISALAH GUNAKAN‼️).",
"logo": "https://telegra.ph/file/1cdbbd432ccb206eb4c9b.jpg",
"keywords": [
"telegram",
"userbot",
"plugin",
"modular",
"productivity"
],
"repository": "https://t.me/yangmutebabi",
"telegram": "https://t.me/yangmutebabi",
"success_url": "https://t.me/ExPsychopat",
"stack": "container",
"env": {
"API_KEY": {
"description": "Dapatkan Api Key di web my.telegram.org.",
"required": true
},
"API_HASH": {
"description": "Dapatkan Api Hash Di Web my.telegram.org.",
"required": true
},
"ALIVE_LOGO": {
"description": "BUAT ALIVE LOGO MU SENDIRI.",
"value": "https://telegra.ph/file/1cdbbd432ccb206eb4c9b.jpg",
"required": true
},
"STRING_SESSION": {
"description": "Ambil String Session di https://replit.com/@zulfhanmt/stringen#main.py.",
"required": true
},
"HEROKU_APP_NAME": {
"description": "Nama App heroku, Nama App yang paling pertama di isi (liat paling atas)",
"required": true
},
"HEROKU_API_KEY": {
"description": "Heroku API KEY mu, dapatkan dari web 'https://dashboard.heroku.com/account'",
"value": "Check Di Heroku Dashboard Mu",
"required": true
},
"BOTLOG": {
"description": "Kalo Mau Off in BOTLOG Ganti False",
"value": "True",
"required": true
},
"BOTLOG_CHATID": {
"description": "Masuk @MissRose_Bot atau Buatlah sebuah grup private/public masukan @MissRose_Bot lalu ketik /id, Salin dan hapus id dibawah ini, Lalu tempel.",
"value": "-1001122897608",
"required": true
},
"COUNTRY": {
"description": "Set your Country to be used in the .time and .date commands.",
"value": "ID",
"required": true
},
"PM_AUTO_BAN": {
"description": "Ini berguna Untuk Mengaktifkan pesan otomatis di room chat anda.",
"value": "False",
"required": true
},
"ANTI_SPAMBOT": {
"description": "Kicks spambots from groups after they join. [Requires admin powers in groups to kick.]",
"value": "False"
},
"ANTI_SPAMBOT_SHOUT": {
"description": "Report spambots to @admins in groups after they join, just in case when you don't have admin powers to kick that shit yourself.",
"value": "False"
},
"TMP_DOWNLOAD_DIRECTORY": {
"description": "Download location for many modules (GDrive, .download etc..)",
"value": "./downloads/"
},
"CLEAN_WELCOME": {
"description": "When a new person joins, the old welcome message is deleted.",
"value": "True"
},
"HEROKU_MEMEZ": {
"description": "This should be True if the userbot is running on a Heroku Dyno.",
"value": "True",
"required": true
},
"ALIVE_NAME": {
"description": "Nama untuk menunjukan pesan .alive",
"required": true
},
"S_PACK_NAME": {
"description": "Nama Sticker Pack Mu",
"required": false
},
"G_BAN_LOGGER_GROUP": {
"description": "Masuk @MissRose_Bot Atau Buatlah Sebuah Grup Private/Public Lalu Masukkan @MissRose_Bot Lalu Ketik /id, Salin dan hapus id dibawah ini lalu tempel.",
"value": "-1001122897608",
"required": false
},
"LOGSPAMMER": {
"description": "Set this to True in case you want the error logs to be stored in the userbot log group, instead of spitting out the file in the current chat, requires a valid BOTLOG_CHATID to be set.",
"value": "True",
"required": true
},
"BOT_TOKEN": {
"description": "Untuk menampilkam mode tombol .rhelp, Ambil token di @BotFather",
"required": true
},
"BOT_USERNAME": {
"description": "isi username bot mu yang dari @BotFather",
"required": true
}
},
"addons": [
{
"plan": "heroku-postgresql",
"options": {
"version": "12"
}
}
],"buildpacks": [{
"url": "https://github.com/heroku/heroku-buildpack-python.git"
}, {
"url": "https://github.com/heroku/heroku-buildpack-redis"
}, {
"url": "https://github.com/heroku/heroku-buildpack-google-chrome"
}, {
"url": "https://github.com/HasibulKabir/heroku-buildpack-rarlab"
},{
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest"
}, {
"url": "https://github.com/opendoor-labs/heroku-buildpack-p7zip"
}, {
"url": "https://github.com/amivin/aria2-heroku"
}, {
"url": "https://github.com/stevo550/buildpack-slug-cleaner"
}]
}