-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathapp.json
More file actions
77 lines (77 loc) · 2.11 KB
/
app.json
File metadata and controls
77 lines (77 loc) · 2.11 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
{
"name": "MX Player Downloader Bot",
"description": "A Powerful Telegram Bot To Download Videos From MX Player With High Speed By @DKBOTZ",
"logo": "https://files.catbox.moe/2p9kkv.png",
"keywords": [
"telegram",
"bot",
"mxplayer",
"downloader",
"pyrogram",
"ffmpeg",
"dkbotz",
"dkbotzpro"
],
"repository": "https://github.com/DKBOTZPROJECT/MX-Player-Downloader-Bot",
"success_url": "https://t.me/MX_Player_Downloader_Bot",
"stack": "container",
"env": {
"API_ID": {
"description": "Your Telegram API ID. Get From https://my.telegram.org",
"required": true
},
"API_HASH": {
"description": "Your Telegram API Hash. Get From https://my.telegram.org",
"required": true
},
"BOT_TOKEN": {
"description": "Your Telegram Bot Token. Get From @BotFather On Telegram",
"required": true
},
"OWNER_USERNAME": {
"description": "Bot Owner Username (default: DKBOTZHELP)",
"required": false,
"value": "DKBOTZHELP"
},
"UPI_ID": {
"description": "Your UPI ID For Payments (default: dkbotzpro@ybl)",
"required": false,
"value": "dkbotzpro@ybl"
},
"CHANNEL_USERNAME": {
"description": "Your Channel Username Without @ (default: DKBOTZ)",
"required": false,
"value": "DKBOTZ"
},
"LOG_CHANNEL": {
"description": "Private Channel ID For Logs (must start with -100)",
"required": false
},
"FSUB_CHANNEL": {
"description": "Force Subscribe Channel ID (must start with -100)",
"required": false
},
"ADMINS": {
"description": "Space Separated Admin User IDs",
"required": false,
"value": "1805398747 5111685964"
},
"DATABASE_URL": {
"description": "MongoDB Database URL",
"required": false
},
"DATABASE_NAME": {
"description": "Database Name (default: DKBOTZMXDOWNLOADER)",
"required": false,
"value": "DKBOTZMXDOWNLOADER"
}
},
"buildpacks": [
{
"url": "heroku/python"
},
{
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest.git"
}
]
}