add button

This commit is contained in:
BennyThink 2021-05-23 22:25:15 +08:00
parent d79b645721
commit 54ce859574
No known key found for this signature in database
GPG Key ID: 6CD0DBDA5235D481
2 changed files with 25 additions and 0 deletions

View File

@ -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:

24
app.json Normal file
View File

@ -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"
}
}
}