Skip to content

faredus/ytdl-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ytdl-bot

Telegram bot for audio downloading. Built on FFmpeg and youtube-dl. Works with most sites, can download YouTube playlists, uses pyrogram to overcome Telegram Bot API file size limits.

Requirements

  • ffmpeg
  • Python 3.7

Installing

  1. $ git clone https://github.com/faredus/ytdl-bot
  2. $ pip install -r requirements.txt
  3. Put your Bot token, API id, API hash into .env
  4. Make sure you have ffmpeg installed.
    • Arch: pacman -S ffmpeg
    • Ubuntu: apt intall ffmpeg
  5. Run $ python3 app.py

About

Telegram bot for audio downloading.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published