Skip to content

mocasus/Auto-FreeCF

Repository files navigation

πŸš€ Auto-FreeCF

Auto-FreeCF Logo

Cloudflare Workers AI Account ID & Token Auto-Grabber

Version License Node Python Platform

Fully automated Cloudflare account grabber with advanced stealth scripts

Installation β€’ Usage β€’ Features β€’ Documentation


⚑ Quick Start

npm install -g auto-freecf
moycf

✨ Features

  • πŸ€– Full Automation β€” Login, grab Account ID, create API Token, all automatic
  • πŸ›‘οΈ Stealth Mode β€” Bypass Cloudflare bot detection with advanced stealth scripts
  • πŸ‘» Headless by Default β€” Runs completely in background, no browser window opens
  • 🌐 Residential Proxy β€” Optional proxy configuration for better success rate
  • πŸ“ Single & Bulk β€” Input single email:pass atau bulk dari file
  • πŸ“¦ Auto Setup β€” Automatic dependency installation with live timer
  • πŸ’Ύ Export Results β€” Save to TXT format with account_id:worker_token
  • πŸ” Google OAuth β€” Support login via Google Sign-In (fully automated)

πŸ“ Project Structure

Auto-FreeCF/
β”œβ”€β”€ src/                    # Core source code
β”‚   β”œβ”€β”€ __init__.py
β”‚   β”œβ”€β”€ browser_bot.py      # Main browser automation logic
β”‚   β”œβ”€β”€ turnstile_solver.py # Turnstile challenge solver
β”‚   └── utils.py            # Utility functions
β”œβ”€β”€ tests/                  # Test files
β”œβ”€β”€ config/                 # Configuration files (proxy configs)
β”œβ”€β”€ docs/                   # Documentation
β”œβ”€β”€ assets/                 # Static assets
β”œβ”€β”€ cli.js                  # CLI entry point
β”œβ”€β”€ terminal_ui.py          # Terminal UI
β”œβ”€β”€ web_ui.py               # Web UI
β”œβ”€β”€ browser_bot.py          # Backward compatibility wrapper
└── package.json            # NPM package config

πŸš€ Installation

npm install -g auto-freecf

πŸ’» Usage

CLI Mode

# Single account (email:password)
moycf email@example.com:password123

# Bulk accounts from file
moycf accounts.txt

# With proxy
moycf accounts.txt --proxy config/proxy.json

# Google OAuth login
moycf google_email:password --login-method google

Interactive Mode

moycf

Then choose:

  1. Single account (email:password)
  2. Single account (Google OAuth)
  3. Bulk accounts (from file)

Web UI

python web_ui.py

Open http://localhost:8080 in your browser.

πŸ”§ Development

Project Structure

  • src/browser_bot.py: Main CFAutoGrabber class with login, token creation logic
  • src/turnstile_solver.py: Turnstile challenge solving (isolated page approach)
  • src/utils.py: Helper functions (load_accounts, load_proxy_config, save_results)
  • browser_bot.py: Backward compatibility wrapper for existing scripts

Running Tests

cd tests
python test_login.py

πŸ”’ Security

See SECURITY.md for details on reporting vulnerabilities and security best practices.


πŸ“œ Code of Conduct

See CODE_OF_CONDUCT.md for our community guidelines and standards.


πŸ“ License

MIT

About

Cloudflare Workers AI Account ID and token collector with explicit automation modes

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors