forked from nobitaaaaxd/Japanese-X-Userbot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
64 lines (64 loc) · 1.51 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
{
"name": "Japanese-X-Userbot",
"description": "[Japanese-X-Userbot] world's largest and fastest userbot. Powered by Japanese-X-Userbot.",
"logo": "https://graph.org/file/ec99cb6dba229bd984537.jpg",
"stack": "heroku-22",
"env": {
"BOT_TOKEN": {
"description": "Get this from BotFather",
"required": true
},
"OWNER_ID": {
"description": "Paste your Telegram ID here",
"required": true
},
"OWNER": {
"description": "Your original name on Telegram",
"required": true
},
"STRING_SESSION1": {
"description": "Fill your Pyrogram string session",
"required": true
},
"PM_PIC": {
"description": "Enter a Telegraph link for new DM to see",
"required": false
},
"BOTLOG_CHAT_ID": {
"description": "Fill your bot log chat ID",
"required": false,
"value": "-100"
},
"HEROKU_API_KEY": {
"description": "Fill your Heroku API key get this from » https://dashboard.heroku.com/account",
"required": false
},
"HEROKU_APP_NAME": {
"description": "Fill your Heroku app name",
"required": false
},
"MONGO_URL": {
"description": "MONGO DB URL",
"required": true
}
},
"addons": [
{
"plan": "heroku-postgresql"
}
],
"buildpacks": [
{
"url": "heroku/python"
},
{
"url": "https://github.com/interconnectit/heroku-buildpack-ffmpeg"
}
],
"formation": {
"worker": {
"quantity": 1,
"size": "basic"
}
}
}