-
Notifications
You must be signed in to change notification settings - Fork 544
/
app.json
60 lines (60 loc) · 1.78 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
{
"name": "Atlas-MD",
"description": "The future of WhatsApp bots now with plugin support.",
"keywords": [
"bot",
"whatsapp",
"stickers",
"whatsapp-stickers",
"anime",
"whatsapp-bot",
"whatsapp-sticker-bot",
"whatsapp-botto",
"baileys",
"baileys-md",
"md-bot"
],
"website": "https://github.com/FantoX/Atlas-MD#readme",
"repository": "https://github.com/FantoX/Atlas-MD.git",
"logo": "https://graph.org/file/02abf0fd8fc2a13cc67a1.jpg",
"success_url": "/",
"env": {
"PREFIX": {
"description": "Prefix of your bot Ex: . , / , # , & etc. Put anythong except @ (Default is -)",
"required": false
},
"SESSION_ID": {
"description": "A random string for your bot session. Which works as an OTP to get qr code. You have to change session every time to get a new qr."
},
"MODS": {
"description": "Put any phone number without + , () and spaces \",\" Ex: 918101187835,929864781259 )",
"required": false
},
"TENOR_API_KEY": {
"description": "A key used for gif searches. If you don't have any keet it default: AIzaSyCyouca1_KKy4W_MG1xsPzuku5oa8W358c",
"required": false
},
"PACKNAME": {
"description": "Put a sticker packname here. Default is: Atlas Bot",
"required": false
},
"MONGODB": {
"description": "Put Your MongoDB URL. You can create MongoDB Atlas URL for free."
},
"OPENAI_API": {
"description": "Put your OpenAI API key here if you want to use ChatGPT and DALL-E.",
"required": false
}
},
"buildpacks": [
{
"url": "heroku/nodejs"
},
{
"url": "https://github.com/clhuang/heroku-buildpack-webp-binaries.git"
},
{
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest"
}
]
}