Telegram bot made in Python to merge videos.
- Install Python 3.8.x
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
- Updated Requirements
- Added Heroku Support Properly
- Added Proper Logging System
- Jpegx100 For His Wonderful Code (Original Repo)
- Usman Mughal Hmm