Skip to content

A simple Python bot for Discord that checks whether your security has been compromised by scanning multiple databases with an e-mail provided.

License

Notifications You must be signed in to change notification settings

ch3rrydrunk/breachre_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

breachre_bot

A simple Python bot for Discord that checks whether your security has been compromised by scanning multiple databases with an e-mail provided.

Usage

  1. Set TOKEN and BREACH_TOKEN env variables : export TOKEN="your_discord_token_here" ; export BREACH_TOKEN="your_BR_API_token_here"
  2. Activate virtual environment OR install requiremnets from requiremnets.txt : python3 -m venv env source env/bin/activate pip install -r requirements.txt
  3. Launch to fire up: python3 bot.py

Troubleshooting Well, logging is on by default, so it should be no sweat.

About

A simple Python bot for Discord that checks whether your security has been compromised by scanning multiple databases with an e-mail provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages