mirror of
https://github.com/omg-xtao/ytdlbot.git
synced 2024-11-16 11:52:14 +00:00
618 B
618 B
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