-
-
Notifications
You must be signed in to change notification settings - Fork 151
/
Copy pathapp.json
43 lines (43 loc) · 1.4 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
{
"name": "𝐓𝐞𝐱𝐭 𝐋𝐞𝐞𝐜𝐡",
"description": "TEXT-LEECH-BOT-v1.3 by Ashutosh Goswami 24",
"logo": "https://opengraph.githubassets.com/l5syizx9jilr4mcfzku9rdwvomyj48b7/AshutoshGoswami24/text-leech-bot",
"keywords": [
"text-video",
"video-extract",
"pyrogram"
],
"repository": "https://github.com/AshutoshGoswami24/text-leech-bot",
"success_url": "https://t.me/AshutoshGoswami24",
"stack": "heroku-22",
"env": {
"API_ID": {
"description": "𝑬𝒏𝒕𝒆𝒓 𝒀𝒐𝒖𝒓 𝑨𝒑𝒊 𝑰𝑫",
"required": true
},
"API_HASH": {
"description": "𝑬𝒏𝒕𝒆𝒓 𝒀𝒐𝒖𝒓 𝑨𝒑𝒊 𝑯𝒂𝒔𝒉",
"required": true
},
"BOT_TOKEN": {
"description": "𝑬𝒏𝒕𝒆𝒓 𝒀𝒐𝒖𝒓 𝑩𝒐𝒕 𝑻𝒐𝒌𝒆𝒏",
"required": true
},
"PORT": {
"description": "𝘌𝘕𝘛𝘌𝘙 𝘈𝘕𝘠 𝘗𝘖𝘙𝘛 𝘓𝘐𝘒𝘌 8080",
"required": true
}
},
"addons": [],
"buildpacks": [
{
"url": "heroku/python"
},
{
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest.git"
},
{
"url": "https://github.com/amivin/aria2-heroku.git"
}
]
}