Skip to content
/ CapMonster-Checker Public template

Python script that helps you manage and monitor multiple CapMonster API keys efficiently. It allows you to generate new keys, check their balance, and receive notifications on a Discord webhook. With added proxy support and error handling, this tool ensures smooth and reliable key checking.

License

Notifications You must be signed in to change notification settings

Ggre55/CapMonster-Checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CapMonster-Checker

License Stars Language



🌌 Telegram · 📜 ChangeLog · ⚠️ Report Bug · 💡 Request Feature


CapMonster Checker is a Python script that helps you manage and monitor multiple CapMonster API keys efficiently. It allows you to generate new keys, check their balance, and receive notifications on a Discord webhook. With added proxy support and error handling, this tool ensures smooth and reliable key checking. The script uses threading for faster processing and automatically removes invalid proxies. Stay informed with proper logging and take advantage of the latest bug fixes and improvements. Simplify your CapMonster key management with this user-friendly checker tool.


⚙️ Installation

Checker:

  • Requires: Python 3.10+, colorama, httpx, json
  • Start: main.py
  • to use proxies just create proxies.txt file in same directory and put in your proxies

🔥 Features

  • User Friendly Interface
  • Fast Speeds
  • Simple & Easy Setup
  • Support proxy
  • Better error Handling
  • Remove Invalid Proxies
  • Threading or Asynchronous Requests

❗ Disclaimers

  • I am not responsible for anything that may happen, such as, API Blocking, Account Termination, etc.
  • This may slow down your wifi and/or host computer
  • This was a quick project that was made for fun, so if you want to see further updates, star the repo & create an "issue" here

📜 ChangeLog

 
! v0.0.1 (2/6/2023)
> Initial Release ❤️

! v0.2.1 (4/8/2023)
> Updated, bug fixes ❤️
> Added proxy support:
  Now, if there's a file named `proxies.txt` in the same folder as the script, the script will load the proxies from that file. If the user chooses to use proxies, it will randomly select one from the list of loaded proxies for each HTTP request. If the user decides not to use proxies, the script will make the HTTP requests without using any proxies.
> Better error handling ❤️
> Random Proxy Selection:
  Instead of randomly selecting a proxy for each key check, we'll choose a single proxy and use it for multiple key checks before changing to another one. This will reduce the overhead of changing proxies frequently.
> Threading or Asynchronous Requests:
  Using Python's `concurrent.futures` module to check multiple keys simultaneously with threading.
> Logging:
  We'll add proper logging to log the results, errors, and status of key checks and other operations.

! v1.2 (26/8/2023)
> Logging:
  improvements and fixes.
> Better error handling ❤️
> Fixed issues and bugs
> Fixed proxy issues and proxy checker

About

Python script that helps you manage and monitor multiple CapMonster API keys efficiently. It allows you to generate new keys, check their balance, and receive notifications on a Discord webhook. With added proxy support and error handling, this tool ensures smooth and reliable key checking.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages