Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 445 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 445 Bytes

FyMail

FyMail is a shortcut for Find Your eMail. It is a simple tool to search for email addresses in a given account with a given provider.

Quick Start

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

Bulk Search

see whole example in bulk.py