-
-
Notifications
You must be signed in to change notification settings - Fork 56
/
Copy pathapp.json
53 lines (53 loc) · 1.36 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
{
"name": "Simpel WhatsApp Bot",
"description": "[wabot-adi] Thank you for using this script, don't forget to subscribe to my channel Adi Official",
"logo": "https://i.ibb.co/8z7zqXv/IMG-20210618-WA0001.jpg",
"keywords": ["termux-whatsapp-bot",
"whatsapp-bot",
"whatsapp",
"js-whatsapp"],
"repository": "https://github.com/Adi-OfficialL/wabot-adi",
"website": "http://bit.ly/Grupgabutbotv1",
"env": {
"API_KEY": {
"description": "Get the API key here https://api.xteam.xyz",
"required": true
},
"API_KEY_ZEKS": {
"description": "Get the API key here https://api.zeks.xyz",
"required": true
},
"BOT_NAME": {
"description": "Enter Your Bot Name",
"required": false
},
"OWNER_NUMBER": {
"description": "your whatsapp number",
"required": true
},
"BOT_NUMBER": {
"description": "your whatsapp bot number",
"required": false
}
},
"buildpacks": [
{
"url": "heroku/nodejs"
},
{
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest"
},
{
"url": "https://github.com/DuckyTeam/heroku-buildpack-imagemagick"
},
{
"url": "https://github.com/clhuang/heroku-buildpack-webp-binaries.git"
}
],
"formation": {
"worker": {
"quantity": 1,
"size": "free"
}
}
}