-
Notifications
You must be signed in to change notification settings - Fork 111
/
app.json
86 lines (86 loc) · 2.65 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
{
"name": "Izumi-xd",
"description": "IZUMI-XD Multi Device whatsapp bot",
"logo": "https://i.imgur.com/Uc0uIkO.jpeg",
"keywords": ["whatsapp"],
"repository": "https://github.com/sataniceypz/Izumi-v2",
"website": "https://github.com/sataniceypz/Izumi-v2",
"success_url": "https://github.com/sataniceypz/Izumi-v2",
"stack": "container",
"env": {
"SESSION_ID": {
"description": "IZUMI-XD session id",
"required": true
},
"LOGS": {
"description": "need to show message logs ?",
"required": false
},
"AUDIO_DATA": {
"description": "audio data , title;artist;image url",
"required": "false",
"value": "𝐄𝐘𝐏𝐙 ; 𝗜𝗭𝗨𝗠𝗜-𝗫𝗗 ; https://telegra.ph/file/c092ab6684953575dac78.jpg"
},
"CAPTION": {
"description": "enter your media caption",
"required": "false",
"value": "𝗜𝗭𝗨𝗠𝗜-𝗫𝗗"
},
"STICKER_DATA": {
"description": "Sticker pack name, eg : 𝗜𝗭𝗨𝗠𝗜 𝗫𝗗;𝐄𝐘𝐏𝐙",
"required": "false",
"value": "𝗜𝗭𝗨𝗠𝗜 𝗫𝗗;𝐄𝐘𝐏𝐙"
},
"ALIVE_IMAGE": {
"description": "IMAGE FOR ALIVE MESSAGE",
"required": "true",
"value": "https://i.imgur.com/PyQ9iOU.jpeg"
},
"ALIVE_AUDIO": {
"description": "AUDIO FOR ALIVE MESSAGE",
"required": "true",
"value": "https://i.imgur.com/9IZwipC.mp4"
},
"BOT_INFO": {
"description": "Bot info : botname;ownername;imageurl - image or video",
"required": "false",
"value": "𝗜𝗭𝗨𝗠𝗜 𝗫𝗗;𝐄𝐘𝐏𝐙;https://telegra.ph/file/c092ab6684953575dac78.jpg"
},
"ALWAYS_ONLINE": {
"description": "Bot online online : true",
"required": "false",
"value": "false"
},
"SUDO": {
"description": "add your bot number here for run Izumi🧚♂️",
"required": false
},
"WORK_TYPE": {
"description": "bot work mode",
"required": "true",
"value": "private"
},
"PREFIX": {
"description": "Example 1: ^[.,!#] example 2 ^ 👈🏻 Handlers disable",
"required": true,
"value":"^[.,]"
},
"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
}
},
"addons": [{
"plan": "heroku-postgresql"
}],
"buildpacks": [{
"url": "heroku-community/apt"
},
{
"url": "https://github.com/clhuang/heroku-buildpack-webp-binaries.git"
}]
}