Metadata-Version: 2.1
Name: WhereDoIHaveAnAccount
Version: 1.3.1
Summary: Simple tool to find out where you have accounts
Home-page: https://github.com/H3nkl3r/WhereDoIHaveAnAccount
Author: Timo Kühne
License: AGPL
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.6
License-File: LICENSE
Requires-Dist: imap-tools (>=0.5)
Requires-Dist: requests (>=2.20)
Provides-Extra: testing
Requires-Dist: pytest (>=6.0) ; extra == 'testing'
Requires-Dist: tox (>=3.24) ; extra == 'testing'

# WhereDoIHaveAnAccount

![GitHub](https://img.shields.io/github/license/h3nkl3r/WhereDoIHaveAnAccount)
![GitHub](https://github.com/h3nkl3r/wheredoihaveanaccount/actions/workflows/tests.yml/badge.svg)
![GitHub release (latest by date)](https://img.shields.io/github/v/release/H3nkl3r/WhereDoIHaveAnAccount)
![GitHub last commit](https://img.shields.io/github/last-commit/h3nkl3r/WhereDoIHaveAnAccount)
![GitHub issues](https://img.shields.io/github/issues/h3nkl3r/wheredoIhaveanaccount)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/WhereDoIHaveAnAccount)
![PyPI - Downloads](https://img.shields.io/pypi/dm/WhereDoIHaveAnAccount?label=Python%20Package%20Downloads)

Did you ever wonder where you have all registered your email address? In the best case you have a Password manager where
you keep all this info but in case you haven't here is your tool.

## About
I got into this because I wanted to fill my password manager with all accounts I have. 
But I had problems finding them all, so I did this bit over engineered script.
I hope it helps you find all your accounts.

## Usage

Just go for our online tool and fill in your email and password.

[Online Tool](https://h3nkl3r.github.io/WhereDoIHaveAnAccount/)

### For Experts
`$ pip install WhereDoIHaveAnAccount`

To get started right away:

`$ WhereDoIHaveAnAccount`

You can run WhereDoIHaveAnAccount as a package if running it as a script doesn't work:

`$ python -m WhereDoIHaveAnAccount`

After that Enter your email address

If you have 2FA activated for your email account, you need to use an app password.

## Limitations 
* Assumption that every account you have is linked to your email address
* Every Account provider sent a verification email to your email

## Contribution
Pull requests are very welcomed.
### ToDo
* More exception handling
* Better testing
