Skip to content

a simple(rough) youtube-dl telegram bot

Notifications You must be signed in to change notification settings

emptyteeth/ytdl-tg-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

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

Topics

Resources

Stars

Watchers

Forks