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.
- 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.
- Clone this repository:
git clone https://github.com/AnukarOP/BlackScrapper
cd BlackScrapper
- Install the required Python libraries:
pip install -r requirements.txt
- Open the
.env.example
file in your preferred text editor:
nano .env.example
- Replace the placeholder values with your actual
api_id
,api_hash
, andphone_number
. Once you're done, save the file (Ctrl + O in nano, then Enter) and Rename the file to.env
:
mv .env.example .env
- Start the bot:
python3 main.py &
- The bot will automatically start scraping messages from the configured groups or channels and send the extracted information to your specified channel 24/7.
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.
This project is licensed under the MIT License. See the LICENSE file for more details.