Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeremija/domainsearch
Search for available domains using wildcards.
https://github.com/jeremija/domainsearch
Last synced: 9 days ago
JSON representation
Search for available domains using wildcards.
- Host: GitHub
- URL: https://github.com/jeremija/domainsearch
- Owner: jeremija
- Created: 2018-11-29T09:41:19.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T01:27:14.000Z (almost 2 years ago)
- Last Synced: 2024-09-26T07:56:13.253Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 97.7 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# domainsearch
[![Build Status](https://travis-ci.com/jeremija/domainsearch.svg?branch=master)](https://travis-ci.com/jeremija/domainsearch) [![PyPI version](https://badge.fury.io/py/domainsearch.svg)](https://badge.fury.io/py/domainsearch)
Search for available domains using wildcards.
# Install
```
git clone https://github.com/jeremija/domainsearch
cd domainsearch
python3 -m domainsearch
```or
```
pip3 install domainsearch
```# Usage
```bash
usage: domainsearch [-h] [--host HOST] [--port PORT] [-n] [-o] [--verbose]
domains [domains ...]Search for unregistered domains. Wildcards supported are:
A: alphabet characters
C: consonants
V: vowels
#: numbers 0-9
*: combination of all of the above
[chars]: chars in the brackets
(word1,word2,word3): custom list of wordspositional arguments:
domains Domain(s) to look up. For example redCV.comoptional arguments:
-h, --help show this help message and exit
--host HOST of the Whois lookup server
--port PORT Port of the Whois lookup server
-n, --dry-run Only print the permutations
-o, --only Print only available
--verbose Show whois results
```# License
MIT