Giter Site home page Giter Site logo

money_maker's Introduction

MoneyMaker ๐Ÿ’ธ

Automate the creation of Tiktok locally, simply by providing a video topic to talk about.

TODO

  • Tiktok to douyin

Installation ๐Ÿ“ฅ

MoneyPrinter requires Python 3.11 to run effectively.

After you finished installing Python, you can install MoneyMaker by following the steps below:

git clone https://github.com/kingbackyang/money_maker.git
cd MoneyPrinter

# Install requirements
pip install -r requirements.txt

# Copy .env.example and fill out values
cp .env.example .env

# Run the backend server
cd Backend
python main.py

# Run the frontend server
cd ../Frontend
python -m http.server 3000

# In mainland of China, need proxy. Pay attention to all the requests to/from sealand. You need to fill in the right proxy port. 
# e.g.
# openai.proxy = {
#    "http": "http://127.0.0.1:7890",
#    "https": "http://127.0.0.1:7890"}

# Moreover, to receive the response/get access to tiktok tts voice, you network proxy node address should be in America.

See .env.example for the required environment variables.

If you need help, open EnvironmentVariables.md for more information.

Usage ๐Ÿ› ๏ธ

  1. Copy the .env.example file to .env and fill in the required values
  2. Open http://localhost:3000 in your browser
  3. Enter a topic to talk about
  4. Click on the "Generate" button
  5. Wait for the video to be generated
  6. The video's location is MoneyMaker/output.mp4

Examples

Contributing

The majority is from https://github.com/FujiwaraChoki/MoneyPrinter.

money_maker's People

Contributors

kingbackyang avatar

Stargazers

 avatar  avatar  avatar Zhihui avatar Abdourahman Galal SAID avatar  avatar AlexDo avatar Zhaodong Sun avatar HuanYu avatar  avatar

Watchers

 avatar  avatar

Forkers

hayden114

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.