forked from TeamXPanda/Panda
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
74 lines (74 loc) · 1.92 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
{
"name": "⋆ PandaUserbot ⋆",
"description": "[PandaUserbot] Userbot Hanya Untuk Bersenang - Senang",
"logo": "https://telegra.ph/file/3cfda2e8353bb1569cc79.jpg",
"keywords": ["telegram", "userbot", "PandaUserbot", "modular", "python"],
"repository": "https://github.com/ilhammansiz/PandaX_Userbot",
"stack": "container",
"env": {
"ALIVE_NAME": {
"description": "give your name",
"value": ""
},
"API_ID": {
"description": "Get this value from my.telegram.org! Please do not steal",
"value": ""
},
"API_HASH": {
"description": "Get this value from my.telegram.org! Please do not steal",
"value": ""
},
"SESSION": {
"description": "Ambil string session TELETHON KETIKA MENGAMBIL KETIK T",
"value": "",
"required": true
},
"BOT_TOKEN": {
"description": "Token bot ambil di @Botfather",
"value": "",
"required": true
},
"BOT_USERNAME": {
"description": "Username bot di @Botfather",
"value": "",
"required": true
},
"PRIVATE_GROUP_BOT_API_ID": {
"description": "Buatlah grup telegram publik lalu masukan @MissRose_bot ketik /id, masukan id grup nya disini. contoh: -1001473548xxx",
"value": "Isi id grup",
"required": true
},
"HEROKU_API": {
"description": "Required for updating the bot and other stuff get it from https://dashboard.heroku.com/account",
"value": "",
"required": true
},
"HEROKU_APP_NAME": {
"description": "YOUR app name ",
"value": "",
"required": true
}
},
"addons": [
{
"plan": "heroku-postgresql",
"options": {
"version": "12"
}
}
],
"buildpacks": [
{
"url": "heroku/python"
},
{
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest.git"
}
],
"formation": {
"worker": {
"quantity": 1,
"size": "free"
}
}
}