Skip to content

Latest commit

 

History

History
53 lines (35 loc) · 1.55 KB

README.md

File metadata and controls

53 lines (35 loc) · 1.55 KB

pullanusbot

Build Status Go Report Card GitHub

This bot helps your telegram chat to consume content in more native way

Let's say somebody sends a link to the webm video:

bot-webm-video

Or a video file as a document:

bot-video-convert

It's even support links to twitter videos

bot-twitter-video

... and images!

bot-twitter-images

how to run

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