Skip to content
This repository has been archived by the owner on Jun 26, 2024. It is now read-only.

Vaughan-Esports/MovieTime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Logo

MovieTime

Discord bot to automatically edit 16:9 clips into TikTok friendly 9:16 videos with blur.

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. License
  6. Contact

About The Project

Bugging our editors everytime we needed to edit videos into a TikTok friendly format became too much of a hassle. So, we made a bot to do it automatically!

Built With

Getting Started

Follow the steps below if you'd like to host your own instance our the bot.

Prerequisites

  • Python 3.8 or higher (May work on 3.6 and 3.7 but untested)
  • Discord Developer Account

Installation

  1. Get your Discord bot API Key ( Instructions here)
  2. Clone the repo
    git clone https://github.com/Vaughan-Esports/MovieTime.git
  3. Install Python packages
    pip install -r requirements.txt
  4. Create a file called .env amd put your API key in like so:
    BOT_TOKEN=YOUR_TOKEN

NOTE: If you'd like to host it on a Rasberry Pi, you must manually install FFMPEG

Usage

It has one command: edit!tiktok

  • You submit a .mp4 file to be rendered
  • After rendering, it will ping you with an Imgur link to the uploaded file

Roadmap

  • Nothing at the moment

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Brandon Ly - @brndnly - brandon@brandonly.me

Vincent Tran - @vincentrann

Project Link: https://github.com/Vaughan-Esports/MovieTime