ethanlacerenza / HIB-BOT

Project for HIB request with Telegram BOT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HIB-BOT

HIB-BOT is a Python-based Telegram chatbot that checks whether an email address or password has been compromised in known data breaches. The chatbot leverages the Have I Been Pwned API to provide users with information about the security of their credentials.

Table of Contents

Features

  • Check if an email address has been involved in any known data breaches.
  • Verify the security of a password against a database of breached passwords.
  • Telegram chatbot interface for easy interaction.

Getting Started

Prerequisites

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

  • Python 3.x installed on your system.
  • A Telegram account and a Telegram bot token (you can create one by talking to the BotFather on Telegram).

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/HIB-BOT.git
    cd HIB-BOT
    
    

Install the required Python packages using pip:

pip install -r requirements.txt

Usage

Run the bot:

python3 hib-bot.py

Open Telegram and start a chat with your bot. You can now use the bot to check the security of email addresses and passwords.

Contributing Contributions are welcome! Please feel free to open issues or submit pull requests.

License This project is licensed under the MIT License - see the LICENSE file for details.

About

Project for HIB request with Telegram BOT

License:GNU General Public License v3.0


Languages

Language:Python 100.0%