forked from Ajmal-Achu/Wizard-MD
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
95 lines (94 loc) · 2.71 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
{
"name": "Wizard MD",
"description": "whatsapp md bot build with nodejs",
"repository": "https://github.com/Ajmal-Achu/Wizard-MD",
"logo": "https://telegra.ph/file/e0bc28185977299bf5d2c.jpg",
"keywords": ["nodejs", "bot", "whatsapp bot", "whatsapp automation", "multi device"],
"stack": "container",
"addons": [{
"plan": "heroku-postgresql"
}],
"env": {
"HEROKU_APP_NAME": {
"description": "Heroku app name, same as above entered",
"required": true
},
"HEROKU_API_KEY": {
"description": "Heroku account api key, https://dashboard.heroku.com/account",
"required": true
},
"SESSION_ID": {
"description": "Add your session id heren which you got after scanning the QR",
"required": false,
"value": ""
},
"ALIVE_MESSAGE": {
"description": "Add a message here which you want to see when typing .alive",
"required": true,
"value": "iam alive"
},
"OWNER_NAME": {
"description": "Add the owner name here and if you want to use the default name then just leave it)",
"required": false,
"value": "AJMAL x ABHI"
},
"OWNER_NUMBER": {
"description": "Add the owner number here",
"required": true,
"value": ""
},
"Caption": {
"description": "Add the owner location here and if you want to use the default name then just leave it",
"required": false,
"value": "Power Is Power!"
},
"WELCOME": {
"description": "Type true if you want to enable welcome by default",
"required": false,
"value": "false"
},
"BOT_NAME": {
"description": "Change the bot name here",
"required": true,
"value": "Wizard MD"
},
"WATERMARK": {
"description": "Add your watermark here",
"required": true,
"value": "Wizard MD by AJMAL x ABHI"
},
"STICKER_PACK_NAME": {
"description": "Add sticker pack name here",
"required": true,
"value": "Wizard-MD"
},
"STICKER_AUTHOR_NAME": {
"description": "Add sticker pack author name here",
"required": true,
"value": "AJMAL x ABHI"
},
"REACT_EMOJI": {
"description": "Add any emoji here.",
"required": true,
"value": ""
},
"LOGO": {
"description": "Add any emoji here.",
"required": true,
"value": "https://telegra.ph/file/c9fed4e07198068a2ce53.jpg"
},
"VIDEOURL": {
"description": "Add a video url for gif menu and video menu",
"required": true,
"value": "https://telegra.ph/file/c9fed4e07198068a2ce53.jpg"
}
},
"buildpacks": [
{
"url": "heroku/nodejs"
},
{
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest"
}
]
}