Giter Site home page Giter Site logo

top_video_maker's Introduction


README.md for Node JS Tier List Video Generator

Overview

This Node JS project provides a script (index.js) that generates a video of a tier list based on a given subject. The tier list video is customizable in terms of its subject and length. Additionally, there is an option to automatically upload the generated video to various platforms.

Features

  • Generate a tier list video for any given subject.
  • Define the length of the tier list.
  • Option to upload the generated video.

Prerequisites

  • Node.js and npm installed.
  • Python and pip installed.
  • Required environment variables for the ML models APIs and uploading in the .env file (check .env.example file).

How to Use

1. Install Dependencies

First, navigate to the project directory and install the necessary dependencies:

npm install

2. Run the Script

To generate a tier list video, use the following command:

node index.js <LIST_LENGTH> <SUBJECT> <SHOULD_UPLOAD>

Where:

  • <LIST_LENGTH>: The number of items in the tier list (e.g., 10).
  • <SUBJECT>: The subject or theme of the tier list (e.g., "Favorite Movies").
  • <SHOULD_UPLOAD>: Whether to upload the video or not (true or false).

Example:

node index.js 10 "Best Movies of the 00's" true

This will generate a tier list video of 10 best movies of the 2000's and will upload it to YouTube.

3. Upload Configuration

To use the upload feature, ensure you have the necessary credentials and API keys set up in your environment. Currently, the script supports the following upload platforms:

  • General uploader (e.g., to your own server or cloud storage).
  • TikTok uploader (currently commented out in the script but can be enabled if desired).

You may need to adjust the uploaders' configurations based on your requirements.

Contributing

If you'd like to contribute to this project, feel free to submit a pull request or open an issue for discussion.

License

This project is licensed under the MIT License. See the LICENSE file for more details.

top_video_maker's People

Contributors

jaggdl avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.