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: 4 months 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 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-19T03:08:58.000Z (about 6 years ago)
- Last Synced: 2025-05-24T07:39:19.690Z (8 months ago)
- Topics: find-email, github-api, github-email, go-tool, golang, npm-email
- Language: Go
- Homepage:
- Size: 33.2 KB
- Stars: 4
- Watchers: 1
- 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]
```

### Have inspiration from
[github-email](https://github.com/paulirish/github-email)