Skip to content

wahdalo/capcut-auto-regist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Capcut Account Creator

This project automates the creation of Capcut accounts using random email addresses and a predefined password. It fetches random email domains, generates random usernames, and registers accounts on Capcut.

Prerequisites

  • Node.js (version 20 or higher)
  • npm or pnpm

Installation

  1. Clone the repository:

    git clone https://github.com/wahdalo/capcut-auto-regist.git
    cd capcut
  2. Install the dependencies:

    pnpm install

Configuration

  1. Update the config.json file with the desired password:
    {
      "password": "YourPasswordHere"
    }

Usage

  1. Run the script:

    node index.js <number_of_iterations>

    Replace <number_of_iterations> with the number of accounts you want to create. If not specified, it defaults to 1.

License

This project is licensed under the ISC License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors