Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/zhongjiajie/fymail
- Owner: zhongjiajie
- License: mit
- Created: 2024-06-14T07:19:50.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-18T14:33:35.000Z (5 months ago)
- Last Synced: 2024-10-04T14:41:57.419Z (about 2 months ago)
- Language: Python
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
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)