Skip to content

Credit Card Scrapper from Channels & groups, Made for Educational Purposes only.

License

Notifications You must be signed in to change notification settings

AnukarOP/BlackScrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Telegram CC Scraper Bot 🚀

This Telegram bot is designed to scrape messages from different groups or channels and extract credit card information. The extracted data is then sent to a specified channel of your choice. This bot is intended for educational purposes only and should not be used for any illegal activities.

Features

  • Scrapes messages from specified Telegram groups or channels.
  • Filters out credit card information using regular expressions.
  • Performs BIN lookup to retrieve information about the credit card.
  • Sends the formatted credit card information to a specified Telegram channel.
  • Adds random delays to simulate more human-like behavior.

Installation

  1. Clone this repository:
git clone https://github.com/AnukarOP/BlackScrapper
cd BlackScrapper
  1. Install the required Python libraries:
pip install -r requirements.txt
  1. Open the .env.example file in your preferred text editor:
nano .env.example
  1. Replace the placeholder values with your actual api_id, api_hash, and phone_number. Once you're done, save the file (Ctrl + O in nano, then Enter) and Rename the file to .env:
mv .env.example .env

Usage

  1. Start the bot:
python3 main.py &
  1. The bot will automatically start scraping messages from the configured groups or channels and send the extracted information to your specified channel 24/7.

Disclaimer

This bot is meant for educational purposes only. The use of this bot for illegal activities such as unauthorized access to information or credit card fraud is strictly prohibited. The authors do not take any responsibility for any misuse of this bot.

License

This project is licensed under the MIT License. See the LICENSE file for more details.

Made with love by AnukarOP

About

Credit Card Scrapper from Channels & groups, Made for Educational Purposes only.

Topics

Resources

License

Stars

Watchers

Forks

Languages