ytdlbot/app.json

43 lines
942 B
JSON
Raw Normal View History

2021-05-23 22:25:15 +08:00
{
"name": "YouTube-Downloader",
"description": "A Telegrambot to download youtube video",
2021-08-30 22:06:32 +08:00
"repository": "https://github.com/tgbot-collection/ytdlbot",
2021-05-23 22:25:15 +08:00
"logo": "https://avatars.githubusercontent.com/u/73354211?s=200&v=4",
"keywords": [
"telegram",
"youtube-dl"
],
"env": {
"TOKEN": {
"description": "Bot token",
2021-08-30 22:06:32 +08:00
"value": "token"
2021-05-23 22:25:15 +08:00
},
"APP_ID": {
2021-08-30 22:06:32 +08:00
"description": "APP ID",
"value": "12345"
2021-05-23 22:25:15 +08:00
},
"APP_HASH": {
2021-08-30 22:06:32 +08:00
"description": "APP HASH",
"value": "12345abc"
},
"OWNER": {
"description": "Your telegram username",
"value": "username",
"required": false
2021-05-23 22:25:15 +08:00
}
2021-05-24 09:37:21 +08:00
},
"formation": {
"worker": {
"quantity": 1,
"size": "free"
}
2021-08-30 22:06:32 +08:00
},
"buildpacks": [
2021-08-30 22:29:46 +08:00
{
"url": "https://github.com/heroku/heroku-buildpack-python.git"
},
2021-08-30 22:06:32 +08:00
{
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest.git"
}
]
2021-05-23 22:25:15 +08:00
}