A simple Python bot for Discord that checks whether your security has been compromised by scanning multiple databases with an e-mail provided.
Usage
- Set TOKEN and BREACH_TOKEN env variables :
export TOKEN="your_discord_token_here" ; export BREACH_TOKEN="your_BR_API_token_here"
- Activate virtual environment OR install requiremnets from requiremnets.txt :
python3 -m venv env source env/bin/activate pip install -r requirements.txt
- Launch to fire up:
python3 bot.py
Troubleshooting Well, logging is on by default, so it should be no sweat.