Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/viiftw/gfmail
Find user's emails from github, npm
https://github.com/viiftw/gfmail
find-email github-api github-email go-tool golang npm-email
Last synced: 30 days ago
JSON representation
Find user's emails from github, npm
- Host: GitHub
- URL: https://github.com/viiftw/gfmail
- Owner: viiftw
- License: mit
- Created: 2019-11-18T09:30:03.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-19T03:08:58.000Z (about 5 years ago)
- Last Synced: 2024-11-08T08:44:20.917Z (3 months ago)
- Topics: find-email, github-api, github-email, go-tool, golang, npm-email
- Language: Go
- Homepage:
- Size: 33.2 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-find-emails (gfmail)
Retrieve user's emails from Github, NPM.
### Note
For unauthenticated requests, the rate limit allows for up to 60 requests per hour [Check documentation](https://developer.github.com/v3/#rate-limiting)### Install
```sh
go get github.com/viiftw/gfmail
```### Use
```sh
gfmail -u [username]
```![image](demo.PNG)
### Have inspiration from
[github-email](https://github.com/paulirish/github-email)