From 54ce8595742648c1edaf4c0af10508c0a382af76 Mon Sep 17 00:00:00 2001 From: BennyThink Date: Sun, 23 May 2021 22:25:15 +0800 Subject: [PATCH] add button --- README.md | 1 + app.json | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 app.json diff --git a/README.md b/README.md index 21c7bc0..d8b00b9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # ytdl-bot Download videos from YouTube and other platforms through a Telegram Bot +[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy) # Usage: diff --git a/app.json b/app.json new file mode 100644 index 0000000..e43cdde --- /dev/null +++ b/app.json @@ -0,0 +1,24 @@ +{ + "name": "YouTube-Downloader", + "description": "A Telegrambot to download youtube video", + "repository": "https://github.com/tgbot-collection/ytdl-bot", + "logo": "https://avatars.githubusercontent.com/u/73354211?s=200&v=4", + "keywords": [ + "telegram", + "youtube-dl" + ], + "env": { + "TOKEN": { + "description": "Bot token", + "value": "bot32313" + }, + "APP_ID": { + "description": "APP_ID", + "value": "5155161" + }, + "APP_HASH": { + "description": "APP_HASH", + "value": "3131" + } + } +} \ No newline at end of file