Skip to content

a simple(rough) youtube-dl telegram bot

Notifications You must be signed in to change notification settings

Cycor/ytdl-tg-bot

 
 

Repository files navigation

ytdl-tg-bot

a simple(rough) youtube-dl telegram bot

Credits

Usage

  • local

    • install package: ffmpeg

    • install pypi package: python-telegram-bot youtube-dl

    • run:

      tgtoken="TG-BOT-TOKEN" tgchatid="TG-CHAT-ID" ytdldir="/PATH/TO/DOWNLOAD/DIR" python3 bot.py
  • container

    docker run -d --restart=unless-stopped \
    -e tgtoken="TG-BOT-TOKEN" -e tgchatid="TG-CHAT-ID" \
    -v /PATH/TO/DOWNLOAD/DIR:/ytdl \
    ghcr.io/emptyteeth/ytdl-tg-bot:latest

About

a simple(rough) youtube-dl telegram bot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 87.4%
  • Dockerfile 10.8%
  • Shell 1.8%