Skip to content

crc137/PixAI-Account-Creator

Repository files navigation

PixAI Logo

PixAI Account Creator

English Русский 日本語 한국어 繁體中文

last-commit repo-top-language repo-language-count version

I've built a script and created ~50,000 accounts. If you need accounts for boosting, message me on Telegram.


Automated PixAI account creation with parallel browser processing.

Demo of account creation in terminal

Install

git clone https://github.com/crc137/PixAI-Account-Creator.git
cd PixAI-Account-Creator
chmod +x src/scripts/install.sh
./src/scripts/install.sh

Warning

The installer script attempts to install required system packages and Python dependencies. Run it with root privileges if some system packages fail.

Usage

# Check system
python3 system_check.py

# Create accounts
python3 account_creator.py --accounts 10 --browsers 2

# Preview browser
python3 preview_browser.py --headless=false

Arguments

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

Configuration

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.

Troubleshooting

Playwright / browser issues:

python3 system_check.py --auto-install

Common fixes:

  • Ensure Playwright browsers are installed and up-to-date.
  • Use --headless=false to 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).

Security & Ethics Note

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.

Recommended Settings by System

  • 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

Performance Tips

  • Use SSD storage for better I/O performance
  • Close unnecessary applications during account creation
  • Monitor system resources with htop or Task Manager
  • Use quality residential proxies

Minimum Requirements

  • Python: 3.8+
  • RAM: 4GB+ (recommended)
  • CPU: 2+ cores (recommended)
  • OS: Linux, macOS, Windows
  • Playwright (installed via installer script or pip)

Recommended for High Performance

  • RAM: 16GB+
  • CPU: 8+ cores
  • Storage: SSD recommended
  • Network: Stable internet connection

Future Roadmap

Planned Features

  • 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

License

MIT © Coonlink