🌌 Telegram
·
📜 ChangeLog
·
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.
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
- User Friendly Interface
- Fast Speeds
- Simple & Easy Setup
- Support proxy
- Better error Handling
- Remove Invalid Proxies
- Threading or Asynchronous Requests
- 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
! 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