0xinfo is a Discord bot that can help users check if their username/email has been exposed in any data breaches utilizing services like Snusbase, Dehashed, and LeakCheck.
- More than 97% cheaper than buying each service individually
- Easy to use Discord bot
- Auto-buy system utilizing sellix.io
- Free trial system
- Simple config file
- Roblox Database
- snusbase.com
- dehashed.com
- leakcheck.io
Clone the repo
git clone https://github.com/nitl0l/0xinfo
cd 0xinfoCreate a virtual environment
python3 -m venv .venv
source .venv/bin/activateInstall the requirements
pip install -r requirements.txtCreate the .env file
touch .envInsert your credentials into the .env file following this format
DISCORD_TOKEN = YOUR BOT TOKEN
SELLIX_KEY = YOUR SELLIX API KEY
LEAKCHECK_KEY = YOUR LEAKCHECK API KEY
DEHASHED_AUTH = YOUR DEHASHED API AUTH (EMAIL:API_KEY)
SNUSBASE_CODE = YOUR SNUSBASE ACTIVATION CODERename example config file
mv example.config.toml config.toml
nano config.toml # CONFIGURE HOW YOU LIKEDeploy the bot
python3 0xinfo.py