treyhunner / names

Random name generator
MIT License
462 stars 107 forks source link

Added generate random email feature #12

Open ajjaic opened 10 years ago

ajjaic commented 10 years ago
  1. Added a function called 'get_email' to generate a random email address for a person.
  2. Added file with a random list of companies with occurence frequency
  3. Added file with random list of TLDs with occurence frequency (Perhaps this was not necessary)
treyhunner commented 10 years ago

@kissandra79 interesting features. Thanks for opening a pull request.

I don't plan to look through this and merge it soon, but I would like to keep the pull request open for now so that others can find it.

Where did you source the company and TLD information from?

ajjaic commented 10 years ago

Hi.

I got the list of TLD's from here The list of companies was from one of the free online fake random name creator. Do you need the exact link?