This bot helps your telegram chat consume content in a more native way.
For example, if someone sends a link to a webm video:
Or sends a video file as a document:
It even supports links to Twitter videos:
... and images as well!
Set up the environment:
brew install go ffmpeg yt-dlpClone the repository:
git clone https://github.com/ailinykh/reposter.git
cd reposterInstall Go dependencies:
go mod downloadObtain your bot token from @BotFather and your Telegram ID using the /info command from @reposter.
Copy the example environment file:
cp .env.example .envSpecify the required secrets in the .env file, then run:
make


