Skip to content

mrnkim/generate-social-posts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generate Social Posts for Your Video

👋 Introduction

Use this app to effortlessly create social media posts of any type from short, fun Instagram updates to in-depth blog posts loaded with details. As a video content creator, you may already have fantastic video content. With this app, you can swiftly transform it into written content suitable for various social media platforms!

📌 Check out the Demo! (Note: This simplified version of the app does not include the video upload form)

Built With

(back to top)

🔑 Getting Started

Step 1. Generate Twelve Labs API Key

Visit Twelve Labs Playground to generate your API Key

  • Upon signing up, you'll receive free credits to index up to 10 hours of video content!

Step 2 (Option 1). Start the App on Replit

  1. Click the button below

    Run on Replit

  2. Add Secrets (equivalent to .env), which is located in the Tools pane

    REACT_APP_API_KEY=<YOUR API KEY>
    REACT_APP_INDEX_ID=<YOUR INDEX ID>
    
  3. Run the Repl

Step 2 (Option 2). Start the App Locally

  1. Clone the current repo

    git clone git@github.com:mrnkim/generate-social-posts.git
  2. Create .env file in the root directory and provide the values for each key

     REACT_APP_API_KEY=<YOUR_API_KEY>
     REACT_APP_INDEX_ID=<YOUR_INDEX_ID>
     REACT_APP_SERVER_URL=<YOUR_SERVER_URL> //e.g., http://localhost
     REACT_APP_PORT_NUMBER=<YOUR_PORT_NUMBER> //e.g., 4001
    
  3. Start the server

    node server.js
  4. Install and start the client

    npm install
    npm start

(back to top)

🎯 What's Next?

  • Add more tests
  • Improve error handling and add data validations

(back to top)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published