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.
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
see whole example in bulk.py