MeeTube is an open-source telegram bot that gets songs from YouTube for you.
You can speak with him here!
People reported that it doesn't work on iOS. Update coming to fix that.
To run the bot, you'll need python 3 installed with a few modules:
python-telegram-bot
requests
bs4
lxml
youtube_dl
We'll also need ffprobe, dependency of youtube_dl
, and part of the ffmpeg package:
sudo apt-get update
sudo apt-get install ffmpeg
To run the bot, simply run:
python3 bot.py
And to keep it always running on your machine, you should run using screen:
screen -S nameofscreen
python3 bot.py
'CTRL + A' + 'D'