Answer the question
In order to leave comments, you need to log in
How to make a bot that downloads music from youtube?
Does someone know how to make this kind of bot, or does someone know some video tutorials on how to make such a bot?
Answer the question
In order to leave comments, you need to log in
Decompose the task into smaller ones:
1) How to make a telegram bot in general
- how to do it specifically on Python
2) How to download music from YouTube in general
- how to do it on Python You glue
two solutions into one and get the result. When you formulate a complex compound problem, it is also difficult to approach it. And it is also difficult to answer such questions briefly.
if you do it for a telegram, then
youtube-dl is responsible for downloading
telebot is responsible for the insides of the bot,
you make the binding such as you need
something like this
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question