Skip to content

An automated tool for checking Crunchyroll account validity, subscription status, and account details with proxy support and multi-threading capabilities.

License

Notifications You must be signed in to change notification settings

sexfrance/Crunchyroll-Account-Checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crunchyroll Account Checker

An automated tool for checking Crunchyroll account validity, subscription status, and account details with proxy support and multi-threading capabilities.

💬 Discord · 📜 ChangeLog · ⚠️ Report Bug · 💡 Request Feature


⚙️ Installation

  • Requires: Python 3.7+
  • Make a python virtual environment: python3 -m venv venv
  • Source the environment: venv\Scripts\activate (Windows) / source venv/bin/activate (macOS, Linux)
  • Install the requirements: pip install -r requirements.txt

🔥 Features

  • Automated Crunchyroll account validation
  • Subscription status checking (Free, Premium, Fan Pack, Mega Pack)
  • Detailed account information capture
  • Proxy support with automatic rotation
  • Multi-threaded checking
  • Real-time progress tracking
  • Configurable thread count
  • Debug mode for troubleshooting
  • Proxy/Proxyless mode support
  • Automatic retry system
  • Organized output files by account status

📝 Usage

  1. Configuration: Edit input/config.toml:

    [dev]
    Debug = false
    Proxyless = false
    Threads = 1
  2. Account Setup: Add accounts to input/accounts.txt:

    • Format: email:password
  3. Proxy Setup (Optional):

    • Add proxies to input/proxies.txt (one per line)
    • Format: ip:port or user:pass@ip:port
  4. Running the script:

    python main.py
  5. Output Files:

    • output/valid/valid.txt: All valid accounts
    • output/valid/full_valid_capture.txt: Detailed account information
    • output/valid/free.txt: Free accounts
    • output/premium_accounts.txt: Premium accounts with subscription type
    • output/invalid/invalid.txt: Invalid accounts

📹 Preview

Preview


❗ Disclaimers

  • This project is for educational purposes only
  • The author is not responsible for any misuse of this tool
  • Use responsibly and in accordance with Crunchyroll's terms of service

📜 ChangeLog

v0.0.1 ⋮ 12/26/2024
! Initial release

About

An automated tool for checking Crunchyroll account validity, subscription status, and account details with proxy support and multi-threading capabilities.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages