forked from Alien-Alfa/WhatsAppBOT-MD-BETA2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
executable file
·212 lines (199 loc) · 6.51 KB
/
app.json
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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
{
"name": "WhatsAppBot MD BETA II",
"description": "Fully Costamisable Bot by, Alien-Alfa.",
"repository": "https://github.com/Alien-Alfa/WhatsAppBot-MD-BETA2",
"website": "https://small-sharp-tool.com/",
"logo": "https://avatars.githubusercontent.com/u/64305844?v=4",
"keywords": ["multi-device","ALIEN ALFA","BETA 2"],
"success_url": "under maintenance",
"env": {
"OWNER": {
"description": "Pleas enter Number Of the Owner.",
"required": false,
"value": "0,447405935255"
},
"SUDO": {
"description": "Add superuser to this bot",
"required": false,
"value": "0,447405935255"
},
"SERVER": {
"description": "Heroku server Confirm",
"required": true,
"value": "Heroku"
},
"LANGUAGE": {
"description": "Language pack for the bot",
"required": true,
"value": "en"
},
"STICKER_PACK": {
"description": "Sticker pack & author name. (leave it if you Wish to use the default)",
"required": false,
"value": "ALIEN,ALFA"
},
"PREMIUM": {
"description": "Premium user number",
"required": false,
"value": "active"
},
"ZENS_API": {
"description": "Get an API key From https://zenzapi.xyz To Use The API Functions.",
"required": false
},
"WORKTYPE": {
"description": "change the Work Type (public or private)",
"required": true,
"value": "private"
},
"URLBUTTON1": {
"description": "URL Button Name and link (leave it if you Wish to use the default:Instagram)",
"required": false,
"value": "nill,nill"
},
"URLBUTTON2": {
"description": "Second URL Button Name and link (leave it if you Wish to use the default:YouTube)",
"required": false,
"value": "nill,nill"
},
"AUTO_TYPING": {
"description": "Automatic Typing... Status (true or false)",
"required": false,
"value": "false"
},
"AUTO_READ_PM": {
"description": "Auto Read Messages (In PM chat)",
"required": false,
"value": "false"
},
"ACCESS_API_ALFA": {
"description": "Dont Change Or Delete This Key",
"required": true,
"value": "Alien-Alfa-Admin-Auth"
},
"AUTO_READ_GROUP": {
"description": "Auto Read Messages (In group chat)",
"required": false,
"value": "false"
},
"AUTO_RECORD": {
"description": "Automatic Recording... Status (true or false)",
"required": false,
"value": "false"
},
"VIDEO_MENU_URL": {
"description": "video URL for Video Menu Template(example: https://imgur.com/aexwlcx ) ",
"required": false,
"value": "https://imgur.com/aexwlcx"
},
"ALWAYS_ONLINE": {
"description": "As the name says always online (true or False)",
"required": false,
"value": "true"
},
"OWNER_VIEW_NUMBER": {
"description": "owner number to be sent in .owner command(example: 447405935355)",
"required": false,
"value": "447405935355"
},
"OWNER_SOCIAL1": {
"description": "owner social account info (example: YouTube: alienalfa)",
"required": false,
"value": "YouTube: alienalfa"
},
"OWNER_SOCIAL2": {
"description": "owner social account info (example: Instagram: alienalfa)",
"required": false,
"value": "Instagram: alienalfa"
},
"OWNER_PLACE": {
"description": "owner location info (example: UK, London, hertfordshire)",
"required": false,
"value": "UK, London, hertfordshire"
},
"TAG_NUMBER": {
"description": "Owner No Tag Number(example: 447405935355)",
"required": false,
"value": "447405935355"
},
"THEME_URL": {
"description": "Your Main Social account Url (example: https://www.youtube.com/alienalfa)",
"required": false,
"value": "https://www.youtube.com/alienalfa"
},
"WEBSITE": {
"description": "your WebSite Or Profile (example: https://www.GITHUB.com/alien-alfa)",
"required": false,
"value": "https://www.GITHUB.com/alien-alfa"
},
"REACT_EMOJI": {
"description": "Auto React Emoji (example: 😘)",
"required": false,
"value": "😘"
},
"THEME_EMOJI": {
"description": "Main Theme Emoji (example: 🐤)",
"required": false,
"value": "🐤"
},
"THUMB_PIC": {
"description": "Main Profile thumbnail Image url (example: https://telegra.ph/file/2079d5baecc926bdd6cd5.jpg)",
"required": false,
"value": "https://telegra.ph/file/2079d5baecc926bdd6cd5.jpg"
},
"LOGO_PIC": {
"description": "profile logo Image url (example: https://telegra.ph/file/08f74ebc45220ddc72efb.jpg)",
"required": false,
"value": "https://telegra.ph/file/08f74ebc45220ddc72efb.jpg"
},
"ERROR_PIC": {
"description": "error message Image url(example: https://telegra.ph/file/dd2b3b4c1db282aa9efd8.jpg)",
"required": false,
"value": "https://telegra.ph/file/dd2b3b4c1db282aa9efd8.jpg"
},
"THUMBNAIL_PIC": {
"description": "Thumbnail Image url (example: https://telegra.ph/file/724dd8eff66255f5e5146.jpg)",
"required": false,
"value": "https://telegra.ph/file/724dd8eff66255f5e5146.jpg"
},
"ANTI_TAG": {
"description": "Thumbnail Image url (example: https://telegra.ph/file/724dd8eff66255f5e5146.jpg)",
"required": false,
"value": "https://telegra.ph/file/724dd8eff66255f5e5146.jpg"
},
"ICON": {
"description": "antitag on/off (example: ✩)",
"required": false,
"value": "✩"
},
"HEROKU_APP_NAME": {
"description": "Heroku App name to manage the worker (you canot use restart if u dont fill thsi and HEROKU_API)",
"required": "true"
},
"HEROKU_API_KEY": {
"description": "Heroku API key for manage the worker (You canot use restart if u dont fill thsi and APP_NAME)",
"required": "true"
},
"MENU_BUTTON": {
"description": "Here is an editable template for you ONLY EDIT THE VALUES OF 'displayText','url','id' THIS IS USED IN THE .menu COMMAND SO EDIT IT WELL",
"required": false,
"value": "[{ urlButton: { displayText: linkbuttid1, url: butturl1 } }, { urlButton: { displayText: linkbuttid2, url: butturl2 } }, { quickReplyButton: { displayText: `All Menu `, id: 'allmenu'} }, { quickReplyButton: { displayText: `List Menu `, id: 'command'} }, { quickReplyButton: { displayText: `Ping `, id: 'ping'} }]"
},
"AUTO_DOWNLOADER": {
"description": "auto downloader YT and IG (BETA!) (example: active)",
"required": false,
"value": "active"
}
},
"buildpacks": [
{
"url": "heroku/nodejs"
}
],
"formation": {
"worker": {
"quantity": 1,
"size": "free"
}
}
}