Project

whodump

0.0
No commit activity in last 3 years
No release in over 3 years
CLI for checking domain name availability
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 0.9.12
~> 0.9.9
~> 2.4.0

Runtime

~> 4.0.3
~> 2.0.1
 Project Readme

whodump - A command line interface for checking domain name availability.

DESCRIPTION

Whodump is a command line tool that accepts a list of domain names and checks for their availability using the Whois protocol. A list of available domains are returned.

Whodump follows the rules of Semantic Versioning.

INSTALL

Whodump is easy to install using RubyGems:

$ [sudo] gem install whodump

GETTING STARTED

To use whodump, simply pass in a list of domain separated by new line characters into the command:

$ whodump filter my_domain_list.txt

DISCUSS

If you want to submit an awesome idea or defect, use the following options:

  • Submit a defect to the Issues list on the GitHub project page.
  • Send an e-mail to whodump@librelist.com to join the mailing list.

CONTRIBUTE

Send a pull request with some sweet code! However, if you're sending code, please add RSpec tests and use a named branch. Thanks!