Skip to content

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.

Notifications You must be signed in to change notification settings

abirxdhackz/Mash-CC-Checker-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

🛠️ Telegram Credit Card Checker Bot

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.


✨ Features

  • 🔒 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.

⚙️ Setup Instructions

Follow these steps to set up the bot:

1. Clone the Repository

git clone https://github.com/abirxdhackz/Mash-CC-Checker-Bot.git
cd Mash-CC-Checker-Bot

2. Install Required Libraries

Ensure you have Python 3.9+ installed. Install the dependencies:

pip install -r requirements.txt

3. Set Up the Bot Token

Replace the placeholder token in main.py with your Telegram Bot API Token.

token = 'your-bot-token'

4. Adjust Authorization

Add your authorized user IDs in the subscriber list in main.py:

subscriber = ['user_id_1', 'user_id_2', ...]

5. Start the Bot

Run the bot using:

python main.py

📋 How It Works

  1. Start Command:

    • Users send /start to initialize interaction.
    • Only authorized users can proceed.
  2. Upload Combo File:

    • Upload a .txt file containing card details in the format: number|month|year|cvc.
  3. Card Validation:

    • Each card is validated via the gateway.
    • BIN details are fetched for additional info.
  4. Result Updates:

    • Progress and results are displayed interactively in the chat.
  5. Stop Processing:

    • Use the ⏹ Stop button to halt processing at any time.

⚠️ Important Notes

  • 🚨 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.

💻 Example Commands

  • Start Bot: /start
  • Upload File: Drag and drop a .txt file into the chat.

📹 Additional Resources

  • 🌐 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.

🤝 Credits


Feel free to customize and enhance this bot for your specific needs. 😊

Thank you for reading this repo! 🎉

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages