mirror of
https://github.com/omg-xtao/ytdlbot.git
synced 2024-11-16 03:45:23 +00:00
.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