Skip to content

Telegram bot that downloads youtube mp3 and uploads it to you.

License

Notifications You must be signed in to change notification settings

mishka/TelegramMusicBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements

  • ffmpeg
    • if you're on windows, download the bin files and place them in the same folder as the script
    • if you're using linux, you can install it with your package manager, and comment out the line: 'ffmpeg_location': join(getcwd(), '') in YouTube.py
  • yt-dlp (will be automatically installed through pip)
  • https://github.com/mishka/TelegramAPI

How to use it

Use the bot by sending the youtube video URL and don't forget to edit the token in TelegramMusicBot.py.