Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zhongjiajie/fymail

Find email addresses for given account and provider.
https://github.com/zhongjiajie/fymail

Last synced: about 1 month ago
JSON representation

Find email addresses for given account and provider.

Awesome Lists containing this project

README

        

# FyMail

FyMail is a shortcut for *F*ind *Y*our e*Mail*. It is a simple tool to search for email addresses in a given
account with a given provider.

## Quick Start

```py
fymail = FyMail()
email = await fymail.get(iden="zhongjiajie", provider="github", auth=token)
```

Two lines to get the email address of a user, see whole example in [tutorial.py](./examples/tutorial.py)

## Bulk Search

see whole example in [bulk.py](./examples/bulk.py)