forked from Dark-Xploit/CypherX
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
78 lines (78 loc) · 2.46 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
{
"name": "CypherX",
"version": "1.3.0",
"description": "CypherX, the best WhatsApp Bot",
"logo": "https://i.ibb.co/Q4QCHYd/copilot-image-1739572393172.jpg",
"keywords": ["whatsapp", "bot", "md"],
"repository": "https://github.com/Dark-Xploit/CypherX",
"stack": "container",
"scripts": {
"start": "node index.js"
},
"env": {
"SESSION_ID": {
"description": "Enter your CypherX session id here; must start with XPLOADER-BOT:~",
"value": "",
"required": false
},
"BOT_NAME": {
"description": "Enter your bot name here",
"value": "CypherX",
"required": false
},
"OWNER_NUMBER": {
"description": "Enter your number here, starting with country code E.g 2547xxxxxxxx",
"value": "",
"required": true
},
"OWNER_NAME": {
"description": "Enter your name here",
"value": "",
"required": true
},
"STICKER_PACK_NAME": {
"description": "Sticker pack name",
"value": "Cypher",
"required": false
},
"STICKER_AUTHOR_NAME": {
"description": "Sticker author name",
"value": "X",
"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/Nairobi",
"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"
}
]
}