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

https://github.com/varppi/gohunch

Generates emails and usernames from names/usernames
https://github.com/varppi/gohunch

Last synced: 10 months ago
JSON representation

Generates emails and usernames from names/usernames

Awesome Lists containing this project

README

          

# GOHUNCH
### Generates a list of possible email addresses from usernames/names
## Installation: `go install github.com/Varppi/gohunch@latest`
## Usage examples
```
#Generates username canditates from a list of first.last names
gohunch --name names.txt --del . --nomutate

#Generates a list of email addresses for the username "v3ryun1queus3rn4me"
gohunch --name v3ryun1queus3rn4me
```
## Screenshots
![image](https://github.com/Varppi/gohunch/assets/72181445/3345ac1c-be99-41bd-a37d-4e0a31b53adc)

![image](https://github.com/Varppi/gohunch/assets/72181445/f5143576-81c1-4e2a-abae-2c4986df2fc8)