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.
- 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.
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).
-
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.