Skip to content
This repository has been archived by the owner on Jul 10, 2021. It is now read-only.

slalom/haveibeenpwned

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements

  • Python 3.x
  • pipenv

Instalation

pipenv install --dev

Input

The input is a CSV file containing the header and email addresses. See sample.csv for an example

Usage

pipenv run python run.py <file>

file - CSV file with email addresses

e.g. pipenv run python run.py sample.csv

Output

The script returns results in the standard output. To save results to a file, use the pipe syntax:

... > output.csv

The output is in the following format:

<email>, <breach titile>, <breach date>

It is possible to receive multiple lines per email (one for each breach).

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages