-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
104 lines (102 loc) · 2.41 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
96
97
98
99
100
101
102
103
104
{
"logo": "https://i.postimg.cc/XqPBcyq0/image.png",
"name": "🛸𝐙𝐞𝐧𝐞𝐫 𝐀𝐈",
"description": "(𝐜)𝐙𝐞𝐧𝐞𝐫 𝐀𝐈 𝐢𝐬 𝐚 𝐖𝐡𝐚𝐭𝐬𝐚𝐩𝐩 𝐌𝐮𝐥𝐭𝐢𝐏𝐮𝐫𝐩𝐨𝐬𝐞-𝐔𝐬𝐞𝐫𝐛𝐨𝐭 𝐰𝐢𝐭𝐡 𝐌𝐨𝐝𝐞𝐫𝐚𝐭𝐢𝐨𝐧,𝐀𝐮𝐭𝐨𝐦𝐚𝐭𝐢𝐨𝐧 𝐚𝐧𝐝 𝟏𝟎𝟎+ 𝐦𝐨𝐫𝐞 𝐜𝐨𝐦𝐦𝐚𝐧𝐝𝐬!",
"keywords": [
"python-api",
"python3",
"whatsapp",
"js-whatsapp",
"whatsapp-api",
"whatsapp-web",
"whatsapp",
"whatsapp-chat",
"whatsapp-group",
"automation"
],
"homepage": "https://github.com/Krakinz/Zener",
"author": {
"name": "KrakinzLab"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Krakinz/Zener.git"
},
"bugs": {
"url": "https://github.com/Krakinz/Zener/issues"
},
"license": "Apache",
"buildpacks": [
{
"url": "heroku/nodejs"
},
{
"url": "https://github.com/PrajjwalDatir/heroku-buildpack-imagemagick.git"
},
{
"url": "https://github.com/clhuang/heroku-buildpack-webp-binaries.git"
},
{
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest.git"
}
],
"env": {
"ZENER": {
"description": "Put Your Zener Session code",
"required": true
},
"HEROKU": {
"description": "Keep It Heroku!",
"required": true,
"value": "HEROKU"
},
"ZENERQL": {
"description": "Your Localized Postsqldb API Link!",
"required": true
},
"ZENERMDB": {
"description": "Your Localized Mongoosedb server connect API Link!",
"required": true
},
"HEROKU_API_KEY": {
"description": "Put Your Heroku API key!",
"required": true,
"value": "get it from hhttps://dashboard.heroku.com/account"
},
"HEROKU_APP_NAME": {
"description": "Put Your App name",
"required": true,
"value": "App name you gave in the top most box!"
},
"CCD": {
"description": "Put Your Country Code!",
"required": true
},
"CODE": {
"description": "Top Secret KrakinzLab API key!",
"required": true
},
"IMDB": {
"description": "Put Your imdb API key!",
"required": true
},
"TEN": {
"description": "Put Your tenor API key!",
"required": true
},
"OCR": {
"description": "Put Your API key for using Optical Character Recognition command!",
"required": true
},
"WAPI": {
"description": "Put Your API key for using weather module!",
"required": true
}
},
"formation": {
"Zener_Whatsapp_Advance_Bot": {
"quantity": 1,
"size": "free"
}
}
}