Skip to content

Latest commit

 

History

History
88 lines (63 loc) · 3.51 KB

README.md

File metadata and controls

88 lines (63 loc) · 3.51 KB

CC Scraper Telegram Bot

GitHub Repo stars GitHub issues GitHub pull requests GitHub contributors GitHub forks

CC Scraper: An advanced Telegram bot script to scrape credit cards from specified Telegram groups and channels.


Features

  • Scrapes cards from private/public Telegram groups and channels.
  • Supports format: group/channel username, ID, or link.
  • Scrapes specific BIN credit cards.
  • Removes duplicate credit cards.
  • Handles multiple requests at a time.
  • Super-fast scraping speed.

Requirements

Before you begin, ensure you have met the following requirements:

  • Python 3.8 or higher.
  • pyrofork and tgcrypto libraries.
  • A Telegram bot token (you can get one from @BotFather on Telegram).
  • API ID and Hash: You can get these by creating an application on my.telegram.org.
  • To Get SESSION_STRING Open @SmartUtilBot. Bot and use /pyro command and then follow all instructions.

Installation

To install pyrofork and tgcrypto, run the following command:

pip install pyrofork tgcrypto

Note: If you previously installed pyrogram, uninstall it before installing pyrofork.

Configuration

  1. Open the config.py file in your favorite text editor.

  2. Replace the placeholders for API_ID, API_HASH, SESSION_STRING, and BOT_TOKEN with your actual values:

  3. Optionally, adjust the following settings:

    • admin_ids: List of admin user IDs who have elevated permissions.
    • admin_limit: The maximum number of messages admins can scrape in a single request.
    • default_limit: The maximum number of messages regular users can scrape in a single request.

Deploy the Bot

git clone https://github.com/bisnuray/CC-Scrapper
cd CC-Scrapper
python scrapper.py

Usage

  1. Use the /scr command followed by the group or channel username and the number of messages to scrape.

    /scr @channel_username 1000
    
  2. Optionally, you can scrape any target bin cards

    /scr @channel_username 1000 434769
    

Note: If you found this repo helpful, please fork and star it. Also, feel free to share with proper credit!

Author

Feel free to reach out if you have any questions or feedback.