Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)