Script: Check Catcher
Language: Python
Module: Telethon
Database: -
Description:
An excellent auto-check looter if you have a good database of work chats. The speed is perfectly tuned, bans are impossible + you can avoid permanent bans in chats thanks to a system where 1 account parses checks in chats, and a 2nd account activates them.
Features:
Installation:
Done!



Description:
An excellent auto-check looter if you have a good database of work chats. The speed is perfectly tuned, bans are impossible + you can avoid permanent bans in chats thanks to a system where 1 account parses checks in chats, and a 2nd account activates them.
Features:
- Auto-loots checks (instantly when a check is posted in a chat where your parser account is present)
- Captcha bypass (requires OCR API key)
- Automatic withdrawal to the account specified in config.py
- If the check message contains a password (e.g. Password: 123), the looter automatically enters the password
- Notifies activated checks in the channel you specify
- Automatically unsubscribes from inactive channels (script will unsubscribe from channels without checks for 24 hours)
Installation:
- Download the archive
- Extract it to a convenient location
- Enter the details of 2 accounts in config.py (api id + api hash)
- Open CMD in the folder where main.py and config.py are located
- Enter in the console:
pip install telethon regex requests
- Then run in the console:
python main.py
- Enter the account details (phone number, then code, and if you have 2FA, enter it too). (1 account is the parser; it will parse checks from chats. 2 account is the activator; it will activate the checks parsed by account 1).
Done!