-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathapp.json
More file actions
51 lines (51 loc) · 1.32 KB
/
app.json
File metadata and controls
51 lines (51 loc) · 1.32 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
{
"name" : "MegaUploaderBot",
"description" : "This is MegaUploaderBot and it support Direct Downloading Link, Telegram File and Youtube URL, and upload them to Mega.nz Drive. ",
"keywords" : [
"telegram",
"bot",
"heroku",
"python",
"pyrogram",
"app.json",
"app",
"mega",
"mega.nz",
"uploader",
"youtube"
],
"repository" : "https://github.com/AJTimePyro/MegaUploaderbot",
"success_url" : "https://t.me/MegaDriveUploaderBot",
"env" : {
"BOT_TOKEN" : {
"description" : "Get From https://t.me/BotFather"
},
"API_ID" : {
"description" : "Get From https://my.telegram.org"
},
"API_HASH" : {
"description" : "Get From https://my.telegram.org"
},
"MONGO_STR" : {
"description" : "Get From MongoDB Atlas."
},
"OWNER_ID" : {
"description" : "Your Telegram User ID"
}
},
"stack" : "heroku-20",
"buildpacks" : [
{
"url" : "heroku/python"
},
{
"url" : "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest.git"
}
],
"formation" : {
"worker" : {
"quantity" : 1,
"size" : "free"
}
}
}