Skip to content

otsomkalov/ffmpeg-telegram-bot

Repository files navigation

WebM to MP4 Telegram Bot

Telegram Bot for converting WebM videos to MP4.

Getting Started

Prerequisites

Installing

Telegram:

  1. Contact to @BotFather in Telegram
  2. Create new bot
  3. Copy bot token

Project:

  1. Clone project
  2. Update appsettings.json
  3. Set AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY environment variables
  4. Run in folder
docker-compose run -d webmtomp4telegrambot <telegram_bot_token>

or go to WebMToMP4TelegramBot folder and run:

dotnet run <telegram_bot_token>

Usage

You can try this bot in Telegram

Built With

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.