CC Scraper: An advanced Telegram bot script to scrape credit cards from specified Telegram groups and channels.
- 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.
Before you begin, ensure you have met the following requirements:
- Python 3.8 or higher.
pyroforkandtgcryptolibraries.- 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_STRINGOpen @SmartUtilBot. Bot and use /pyro command and then follow all instructions.
To install pyrofork and tgcrypto, run the following command:
pip install pyrofork tgcryptoNote: If you previously installed pyrogram, uninstall it before installing pyrofork.
-
Open the
config.pyfile in your favorite text editor. -
Replace the placeholders for
API_ID,API_HASH,SESSION_STRING, andBOT_TOKENwith your actual values:API_ID: Your API ID from my.telegram.org.API_HASH: Your API Hash from my.telegram.org.SESSION_STRING: The session string generated using @SmartUtilBot.BOT_TOKEN: The token you obtained from @BotFather.
-
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.
git clone https://github.com/bisnuray/CC-Scrapper
cd CC-Scrapper
python scrapper.py-
Use the
/scrcommand followed by the group or channel username and the number of messages to scrape./scr @channel_username 1000 -
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!
- Name: Bisnu Ray
- Telegram: @itsSmartDev
Feel free to reach out if you have any questions or feedback.