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.
- Node.js (version 20 or higher)
- npm or pnpm
-
Clone the repository:
git clone https://github.com/wahdalo/capcut-auto-regist.git cd capcut -
Install the dependencies:
pnpm install
- Update the config.json file with the desired password:
{ "password": "YourPasswordHere" }
-
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.
This project is licensed under the ISC License.