| { |
| "name": "YouTube-Downloader", |
| "description": "A Telegrambot to download youtube video", |
| "repository": "https://github.com/tgbot-collection/ytdlbot", |
| "logo": "https://avatars.githubusercontent.com/u/73354211?s=200&v=4", |
| "keywords": [ |
| "telegram", |
| "youtube-dl" |
| ], |
| "env": { |
| "TOKEN": { |
| "description": "Bot token", |
| "value": "token" |
| }, |
| "APP_ID": { |
| "description": "APP ID", |
| "value": "12345" |
| }, |
| "APP_HASH": { |
| "description": "APP HASH", |
| "value": "12345abc" |
| }, |
| "OWNER": { |
| "description": "Your telegram username", |
| "value": "username", |
| "required": false |
| } |
| }, |
| "formation": { |
| "worker": { |
| "quantity": 1, |
| "size": "eco" |
| } |
| }, |
| "buildpacks": [ |
| { |
| "url": "https://github.com/heroku/heroku-buildpack-python.git" |
| }, |
| { |
| "url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest.git" |
| } |
| ] |
| } |
|
|