Categorygithub.com/far4599/telegram-bot-youtube-download
module
0.0.0-20230307045537-ea02315f6cee
Repository: https://github.com/far4599/telegram-bot-youtube-download.git
Documentation: pkg.go.dev

# README

telegram-bot-youtube-download

Send a video url (YouTube, Vimeo, etc) to the bot, it will download the video and send it to your chat, if streaming service is supported.

Preparation

Rename .env.example to .env. Update your bot token and app credentials in .env. To get app credentials, visit page https://my.telegram.org/apps and create a new app, if you haven't created one yet.

How to run with docker

docker run -d --memory="128m" --env-file .env far4599/youtube-download-telegram-bot:latest

How to run with docker-compose

docker-compose up -d

# Packages

No description provided by the author