Skip to content

cli to generate shorts for Instagram, Tiktok, and Youtube

Notifications You must be signed in to change notification settings

caffeinated01/ShortsGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What ❓

An automation tool to generate shorts (youtube shorts/tiktok/instagram reels)

Download 📁

  1. Clone the source code
git clone https://github.com/caffeinated01/ShortsGenerator
  1. Once done go into the directory,
cd ShortsGenerator
  1. for first time running, install all dependencies first,
pip install -r requirements.txt
  1. and install ImageMagick from the official website OR use a package manager to do so

  2. [IMPORTANT] Setup your reddit app at https://reddit.com/prefs/apps

    1. Select Are you a developer? Create an app, or Create another app.
    2. Set up your application.
      1. Give your application an appropriate name under the 'name' field.
      2. Select 'script' under the radio menu
      3. You can leave the 'description' and 'about url' fields blank
      4. Under 'redirect uri', type in http://localhost:8000
      5. Complete the catcha
    3. Now, copy your Client ID (string of text found under the words 'personal use script' and the name of your app) and Client Secret (found under the 'secret' field)
  3. When you run the code for the first time, a file called '.env' will show up. You can fill in Client ID and Client Secret when prompted to (when selecting reddit option)

Running 🚀

In the source code directory,

python app.py

Follow the instructions and let the program run

Credits ©️

Tiktok TTS Module

About

cli to generate shorts for Instagram, Tiktok, and Youtube

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages