This bot helps your telegram chat to consume content in more native way
Let's say somebody sends a link to the webm video:
Or a video file as a document:
It's even support links to twitter videos
... and images!
Setup environment
brew install go ffmpeg yt-dlp
clone repo
git clone https://github.com/ailinykh/pullanusbot.git
cd pullanusbot
install go dependencies
go mod download
obtain bot token from @BotFather and your telegram ID via /info
command from @pullanusbot
echo "export BOT_TOKEN:=12345678:XXXXXXXXxxxxxxxxXXXXXXXXxxxxxxxxXXX" > .env
and run!
make