forked from itzmzn/ZyronixBot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
69 lines (69 loc) · 1.89 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
{
"name": "ZyronixBot-MD",
"description": "Zyronix [WA Multi-device] - An advanced WhatsApp user bot that provides many services with a real-time automated conversational experience.",
"repository": "https://github.com/mznking/ZyronixBot",
"logo": "https://telegra.ph/file/e225a89ed323e6406e485.jpg",
"keywords": ["bot", "whatsapp", "whatsapp-bot", "rpg", "zyronix-bot-md", "zyronix-bot"],
"stack": "container",
"env": {
"SESSION_ID": {
"description": "Session id of your bot.",
"required": true,
"value": ""
},
"DATABASE_URL": {
"description": "URL of your MongoDB database",
"required": false,
"value": ""
},
"OPENAI_API_KEY": {
"description": "API key for OpenAI integration",
"required": false,
"value": ""
},
"OPENAI_ORGANIZATION": {
"description": "Organization ID for OpenAI",
"required": false,
"value": "null"
},
"AUTO_STATUS_VIEW": {
"description": "Enable for the bot to view status",
"required": false,
"value": ""
},
"AUTO_READ_RECEIPTS": {
"description": "Enable for the bot to send read receipts",
"required": false,
"value": "null"
},
"ANTI_DELETE": {
"description": "Enable to forward deleted messages.",
"required": false,
"value": "null"
},
"TIMEZONE": {
"description": "Timezone of your city.",
"required": false,
"value": "null"
},
"LANGUAGE": {
"description": "Language code for your bot.",
"required": false,
"value": "null"
}
},
"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"
}
]
}