Skip to content

Commit

Permalink
adding readme
Browse files Browse the repository at this point in the history
  • Loading branch information
joenorton committed Apr 29, 2012
1 parent fba985d commit 7d0aa58
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
@@ -0,0 +1,20 @@
domainblob
==========
Domain Name Lookup Tool

Required Gems:
==============
Nokogiri
Whois
Open-uri

How to use:
===========
1) Create a txt document named 'totalPhraseList.txt' in the same directory as the script
2) When you run the script, with 'ruby domainblob.rb' then it will use your root phrase to check over 5,000 potential domain names for availability.
3) When it is done, it will create a txt. document named after the phrase you used as your seed.
4) The script will process each line of the totalPhraseList.txt document, so put one word per each phrase

License:
========
GNU GPLv3

0 comments on commit 7d0aa58

Please sign in to comment.