mirror of
https://github.com/tgbot-collection/ytdlbot.git
synced 2025-02-23 23:04:05 +08:00
Download videos from Youtube and other platforms through a Telegram Bot
.gitignore | ||
bot.py | ||
dl_test.py | ||
Dockerfile | ||
LICENSE | ||
README.md | ||
requirements.txt |
ytdl-bot
Download videos from YouTube and other platforms through a Telegram Bot
Usage:
Send link from YouTube directly to the bot. Any platform supported by youtube-dl will also work.
How to deploy?
Normal
- install Python 3.6+
- pip3 install -r requirements.txt
- set environment variables
TOKEN
,APP_ID
andAPP_HASH
python3 bot.py
- supervisor on your own preference.
docker
see here
License
Apache License 2.0