forked from ankitmaurya007/TG-YouTube-Uploader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
51 lines (51 loc) · 1.64 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
{
"name": "YouTube Bot",
"description": "A bot that can download video or audio from any website.",
"logo": "https://telegra.ph/file/5aee6774b3c4ab6f0b5ed.jpg",
"keywords": [
"YouTube Downloader",
"Video Downloader",
"Telegram Bot",
"GreyMatter's Bot"
],
"website": "https://telegram.dog/GreyMatter_bots",
"repository": "https://github.com/GreyMatter658/TG-YouTube-Uploader",
"success_url": "https://telegram.dog/GreyMatter_bots",
"env": {
"TG_BOT_TOKEN": {
"description": "Your Telegram Bot Token from @BotFather",
"value": ""
},
"API_HASH": {
"description": "Your API Hash from my.telegram.org",
"value": ""
},
"APP_ID": {
"description": "Your APP ID from my.telegram.org",
"value": ""
},
"AUDIO_THUMBNAIL": {
"description": "If you need to use custom thumbnail for audio files, get telegraph url of your thumbnail using @HK_telegraph_BOT and put here. If not keep No",
"value": "No"
},
"VIDEO_THUMBNAIL": {
"description": "If you need to use custom thumbnail for video files, get telegraph url of your thumbnail using @HK_telegraph_BOT and put it here. If not keep No",
"value": "No"
}
},
"addons": [],
"buildpacks": [
{
"url": "heroku/python"
},
{
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest"
}
],
"formation": {
"worker": {
"quantity": 1,
"size": "free"
}
}
}