Hibpwned
Python API wrapper for haveibeenpwned.com (API v3)
Install / Use
/learn @plasticuproject/HibpwnedREADME
hibpwned
A friendly, low-level, fully functional, Python API wrapper for haveibeenpwned.com <br/> All data sourced from https://haveibeenpwned.com <br/> Visit https://haveibeenpwned.com/API/v3 to read the Acceptable Use Policy <br/> for rules regarding acceptable usage of this API. <br/>
Installation
pip install hibpwned
Making calls to the HIBP API requires a key. You can purchase an HIBP-API-Key at <br/> https://haveibeenpwned.com/API/Key
Usage
This module contains the class Pwned with functions: <br/>
search_all_breaches <br/> all_breaches <br/> single_breach <br/> data_classes <br/> search_pastes <br/> search_password <br/> search_hashes <br/>
All functions return a list of JSON objects containing relevent data, with the exception <br/> of search_password and search_hashes, which returns an integer and a string object, <br/> respectively. <br/>
See module DocStrings for function descriptions and parameters <br/>
Examples
import hibpwned
my_app = hibpwned.Pwned("test@example.com", "My_App", "My_API_Key")
my_breaches = my_app.search_all_breaches()
breaches = my_app.all_breaches()
adobe = my_app.single_breach("adobe")
data = my_app.data_classes()
my_pastes = my_app.search_pastes()
password = my_app.search_password("BadPassword")
my_hashes = my_app.search_hashes("21BD1")
Related Skills
gh-issues
351.8kFetch GitHub issues, spawn sub-agents to implement fixes and open PRs, then monitor and address PR review comments. Usage: /gh-issues [owner/repo] [--label bug] [--limit 5] [--milestone v1.0] [--assignee @me] [--fork user/repo] [--watch] [--interval 5] [--reviews-only] [--cron] [--dry-run] [--model glm-5] [--notify-channel -1002381931352]
healthcheck
351.8kHost security hardening and risk-tolerance configuration for OpenClaw deployments
node-connect
351.8kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
oracle
351.8kBest practices for using the oracle CLI (prompt + file bundling, engines, sessions, and file attachment patterns).
