openart-auto-register
OpenArt ?????? - ?? Roxy ????? + Cloudflare ????
An automated bulk account registration script for the OpenArt AI image platform that uses browser automation, fingerprint spoofing, and disposable emails to create multiple accounts in sequence.
This is an automated bulk account registration tool for the AI image platform OpenArt. The README is written in Chinese. The tool creates multiple accounts in sequence, each receiving 20,000 credits by registering through an affiliate invite link.
The tool combines two external services to avoid detection and handle email verification. The first is Roxy, a fingerprint browser that creates isolated browser sessions where each session appears to come from a distinct device and network identity. The second is a temporary email service built on Cloudflare, which generates disposable email addresses used during signup so a single real email address is not needed for each account.
Browser automation is handled by Playwright, a tool that controls web browsers programmatically. The script connects to each Roxy browser session, fills in the registration form, reads the verification code sent to the temporary email address, and completes the signup. Cloudflare Turnstile, a bot-detection challenge that appears during registration, can be handled either manually by a person watching the screen or automatically depending on the configuration. The headless mode option controls whether the browser windows are visible during the process.
Configuration is done through a JSON file where you specify how many accounts to register, how many to process at the same time, which email domains to use, and the Roxy API credentials. After all accounts are registered, the tool exports the email addresses and passwords to both a JSON file and a plain text file.
This tool automates behavior that most online platforms prohibit in their terms of service. The README does not include a license.
Where it fits
- Automate the registration of multiple OpenArt accounts using Playwright browser automation and disposable email addresses.
- Configure concurrent account creation with custom email domains and export the resulting credentials to JSON and text files.