-
Notifications
You must be signed in to change notification settings - Fork 18
/
app.json
74 lines (71 loc) Β· 1.86 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
{
"name": "HANS MD",
"description": "Best Whatsapp bot made by Hans Tz",
"logo":"https://files.catbox.moe/huyw9t.jpg",
"keywords": [
"whatsapp bot"
],
"repository": "",
"stack":"heroku-24",
"env":{
"SESSION_ID": {
"description": "Paste here session id that you have scanned",
"required": true,
"value": ""
},
"MODE": {
"description": "Enter public or private",
"required": true,
"value": "public"
},
"AUTO_STATUS_SEEN": {
"description": "Enter true for autoview status. Or leave blank",
"required": false,
"value": ""
},
"AUTO_READ": {
"description": "Enter true for autoread messages. Or leave blank",
"required": false,
"value": ""
},
"AUTO_TYPING": {
"description": "Enter true for autotype. Or leave blank",
"required": false,
"value": ""
},
"AUTO_RECORDING": {
"description": "Enter true if you want bot to show recording audio. Or leave blank",
"required": false,
"value": ""
},
"ALWAYS_ONLINE": {
"description": "Enter it true if you want bot to show always online. Or leave blank",
"required": false,
"value": ""
},
"AUTO_BLOCK": {
"description": "Enter it true if you want bot to auto block only 212 numbers. Or leave blank",
"required": false,
"value": ""
},
"REJECT_CALL": {
"description": "Enter it true if you want to reject call Or leave blank",
"required": false,
"value": ""
}
},
"buildpacks": [
{
"url": "heroku/nodejs"
},
{
"url": "https://github.com/DuckyTeam/heroku-buildpack-imagemagick.git"
},
{
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest"
},
{
"url": "https://github.com/clhuang/heroku-buildpack-webp-binaries.git"
}
]
}