-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathApp.json
More file actions
78 lines (78 loc) · 2.44 KB
/
App.json
File metadata and controls
78 lines (78 loc) · 2.44 KB
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
{
"name": "Queen Adiza",
"version": "2.4.2",
"description": "Adiza, the best WhatsApp Bot",
"logo": "https://files.catbox.moe/rhjkfl.jpg",
"keywords": ["whatsapp", "bot", "md"],
"repository": "https://github.com/Matri199/Queen-Adiza",
"stack": "container",
"scripts": {
"start": "node index.js"
},
"env": {
"SESSION_ID": {
"description": "Enter your Adiza session id here; must start with QUEEN-ADIZA~",
"value": "",
"required": false
},
"BOT_NAME": {
"description": "Enter your bot name here",
"value": "Adiza-Bot",
"required": false
},
"OWNER_NUMBER": {
"description": "Enter your number here, starting with country code E.g 233xxxxxxxx",
"value": "",
"required": true
},
"OWNER_NAME": {
"description": "Enter your name here",
"value": "",
"required": true
},
"STICKER_PACK_NAME": {
"description": "Sticker pack name",
"value": "Adiza",
"required": false
},
"STICKER_AUTHOR_NAME": {
"description": "Sticker author name",
"value": "Adiza",
"required": false
},
"HEROKU_API_KEY": {
"description": "Enter heroku API key here",
"value": "",
"required": false
},
"HEROKU_APP_NAME": {
"description": "Enter exactly the same app name you've entered above.",
"value": "",
"required": false
},
"TIMEZONE": {
"description": "Enter your timezone here. Google or don't edit if you don't know!",
"value": "Africa/Accra",
"required": false
},
"GITHUB_TOKEN": {
"description": "IMPORTANT: Follow these steps to generate your GitHub token correctly(Bot will not save settings without it!). Go to https://github.com/settings/tokens, select 'Tokens (classic)', then tap 'Generate new token' and select 'Generate new token (classic)'. Enter any note, choose 'No expiration', and under 'Select scopes', tick 'repo'. Scroll down, generate the token, and copy it. Paste it here. If using a single token for multiple bots, change the owner number to avoid settings mixups.",
"value": "",
"required": false
}
},
"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"
}
]
}