Skip to content

dmtana/YT_downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

YT_downloader

This is simple telegram bot for download music and small video (up to 50 Mb) from YouTube, Instagram, Tik-Tok, Facebook etc.

Based on yt-dlp library.

How to create your own YT_downloader bot

Receive a token from the botfather. And start the bot using this simple instruction.

Creation script (docker based):

  1. First create a folder (for more convenient use)
mkdir bot_folder
cd bot_folder
  1. Then copy the installation file from the repository
wget "https://raw.githubusercontent.com/dmtana/YT_downloader/master/src/scripts/creation.sh"
  1. And finally run the installation file with superuser sudo rights and follow the instructions
sudo bash creation.sh

Finished bot implementation -> YT_downloader