Welcome to the Telegram Credit Card Checker Bot project! This bot allows authorized users to upload and process credit card combos directly in Telegram. It validates cards and fetches BIN (Bank Identification Number) details using an external API, and then checks card status via a gateway.
- 🔒 Restricted Access: Only authorized users can access the bot.
- 📄 File Upload: Users can upload combo files for checking.
- 🌍 BIN Information Retrieval: Automatically fetches bank and country details.
- ✅ Card Validation: Verifies cards for approval or decline.
- 🛑 Stop Processing: Allows halting ongoing processes via inline buttons.
Follow these steps to set up the bot:
git clone https://github.com/abirxdhackz/Mash-CC-Checker-Bot.git
cd Mash-CC-Checker-Bot
Ensure you have Python 3.9+ installed. Install the dependencies:
pip install -r requirements.txt
Replace the placeholder token
in main.py
with your Telegram Bot API Token.
token = 'your-bot-token'
Add your authorized user IDs in the subscriber
list in main.py
:
subscriber = ['user_id_1', 'user_id_2', ...]
Run the bot using:
python main.py
-
Start Command:
- Users send
/start
to initialize interaction. - Only authorized users can proceed.
- Users send
-
Upload Combo File:
- Upload a
.txt
file containing card details in the format:number|month|year|cvc
.
- Upload a
-
Card Validation:
- Each card is validated via the gateway.
- BIN details are fetched for additional info.
-
Result Updates:
- Progress and results are displayed interactively in the chat.
-
Stop Processing:
- Use the
⏹ Stop
button to halt processing at any time.
- Use the
- 🚨 API Dependency: Ensure external APIs (like BIN lookup and gateway services) are operational.
- 🔐 Security: Store sensitive data like tokens securely. Do not hard-code them in the script.
- ✅ Legal Compliance: Use this bot responsibly and in accordance with applicable laws.
- Start Bot:
/start
- Upload File: Drag and drop a
.txt
file into the chat.
- 🌐 Bot Showcase Post: Check out our bot post on Telegram here.
- 📺 YouTube Setup Tutorial: Watch the setup tutorial on YouTube here.
- 📹 Telegram Video Tutorial: Watch the video on Telegram here.
- Created By: OGM10
- Developed By: @abirxdhackz
Feel free to customize and enhance this bot for your specific needs. 😊
Thank you for reading this repo! 🎉