https://github.com/shalakhin/dodo
check if domain or bunch of domains are available in .com zone
https://github.com/shalakhin/dodo
Last synced: 3 months ago
JSON representation
check if domain or bunch of domains are available in .com zone
- Host: GitHub
- URL: https://github.com/shalakhin/dodo
- Owner: shalakhin
- Created: 2013-05-22T13:42:08.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-07-28T14:25:42.000Z (almost 12 years ago)
- Last Synced: 2025-01-12T22:15:31.500Z (5 months ago)
- Language: Go
- Size: 117 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DODO check domains available in .com
## Usage
Simple usage:
```bash
dodo bamboo[NO] bamboo.com
```or check text in files:
```bash
dodo -f domains_to_test.txt[NOT FREE] bamboo.com
[NOT FREE] google.com
[FREE] example.comdodo -show-free-only=true -f domains_to_test.txt
[FREE] example.com
```## Installation
Download dodo.
```bash
go get dodo
go install dodo
```