I've built a script and created ~50,000 accounts. If you need accounts for boosting, message me on Telegram.
git clone https://github.com/crc137/PixAI-Account-Creator.git
cd PixAI-Account-Creator
chmod +x src/scripts/install.sh
./src/scripts/install.shWarning
The installer script attempts to install required system packages and Python dependencies. Run it with root privileges if some system packages fail.
# Check system
python3 system_check.py
# Create accounts
python3 account_creator.py --accounts 10 --browsers 2
# Preview browser
python3 preview_browser.py --headless=false| Argument | Description | Example |
|---|---|---|
--accounts |
Number of accounts to create | --accounts 10 |
--browsers |
Number of parallel browser instances | --browsers 2 |
--headless |
Headless mode (true/false) | --headless false |
--proxy |
Single proxy URL | --proxy "http://user:pass@host:port" |
--proxies-file |
File with proxies (one per line) | --proxies-file "proxies.txt" |
--csv |
Save results to CSV file | --csv "results.csv" |
--json |
Output results as JSON | --json |
Defaults live in src/core/config.py — edit to fit your environment:
API_URL = "https://pixai.coonlink.com/api/v1/boostlikes/accountcreator-add"
EMAIL_DOMAIN = "coonlink.com"
HEADLESS = False
# other settings: delays, timeouts, browser options, captcha-service keys, etc.Tip
If you run into rate-limiting, increase delays and reduce --browsers.
Playwright / browser issues:
python3 system_check.py --auto-installCommon fixes:
- Ensure Playwright browsers are installed and up-to-date.
- Use
--headless=falseto visually debug flows. - Check proxy validity and format.
Rate limiting / account blocks:
- Use residential proxies (rotate per browser).
- Increase random delays in config.
- Lower the number of parallel browsers.
- Add human-like behaviors (random mouse movement, realistic typing delays).
This repository automates account creation at scale. Make sure you understand and comply with the Terms of Service of the target platform and all applicable laws. Abuse of automation can lead to IP bans, legal consequences, and account termination.
- Low-end (4GB RAM, 2 cores): 1-2 browsers, 2-5 accounts each
- Mid-range (8GB RAM, 4 cores): 2-4 browsers, 5-10 accounts each
- High-end (16GB+ RAM, 8+ cores): 4-8 browsers, 10-20 accounts each
- Use SSD storage for better I/O performance
- Close unnecessary applications during account creation
- Monitor system resources with
htopor Task Manager - Use quality residential proxies
- Python: 3.8+
- RAM: 4GB+ (recommended)
- CPU: 2+ cores (recommended)
- OS: Linux, macOS, Windows
- Playwright (installed via installer script or
pip)
- RAM: 16GB+
- CPU: 8+ cores
- Storage: SSD recommended
- Network: Stable internet connection
- CAPTCHA solving integration
- Advanced proxy management
- Account verification workflows
- Database integration for account storage
- Web dashboard for monitoring
- Docker containerization
- Cloud deployment support
- Telegram integration
- Discord integration
MIT © Coonlink
