Skip to content
This repository has been archived by the owner on Jul 30, 2023. It is now read-only.

SD Simple Video Merge Telegram Bot Based on Python and FFMPEG

License

Notifications You must be signed in to change notification settings

SDInifinity/Video-Merge-Bot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SD Video Merge Bot

Telegram bot made in Python to merge videos.

Installation

On Local Machine (WSL - Ubuntu)

  • Install Python 3.8.x

For Ubuntu Only

sudo apt-get install ffmpeg
  • Visit Here! for the Installation of FFMPEG according to your OS
  • Clone this repo:
git clone https://github.com/Sadew451/video-merge-bot
cd video-merge-bot
  • Install dependencies for running setup scripts:
pip3 install -r requirements.txt
  • Now Put Telegram Bot API token in an .env file in the format:
API_TOKEN=<TELEGRAM_TOKEN>
  • Now Run Bot:
python3 bot.py

For Quick and Easy Installation

Click Here!

Deploy

Updates

  • Updated Requirements
  • Added Heroku Support Properly
  • Added Proper Logging System

Credits, and Thanks to

About

SD Simple Video Merge Telegram Bot Based on Python and FFMPEG

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.6%
  • Shell 0.4%