https://github.com/benbjohnson/whodump
A command line interface for checking domain name availability.
https://github.com/benbjohnson/whodump
Last synced: 9 months ago
JSON representation
A command line interface for checking domain name availability.
- Host: GitHub
- URL: https://github.com/benbjohnson/whodump
- Owner: benbjohnson
- Created: 2011-04-07T17:05:54.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2011-04-07T20:54:43.000Z (almost 15 years ago)
- Last Synced: 2025-04-02T21:05:50.307Z (9 months ago)
- Language: Ruby
- Homepage:
- Size: 93.8 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
Awesome Lists containing this 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](http://semver.org/).
## 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](mailto://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!