Skip to content

A tool for searching domain names on hostinger websites via CLI

License

Notifications You must be signed in to change notification settings

nsmle/hostinger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hostinger Domain Searcher

hostinger

Search domain name at Hostinger registrar, search and make sure your name is available.

Installation

Install Globally

  • With Npm

    npm i -g hostinger
  • With Yarn

    yarn global add hostinger

Usage

$ hostinger  google.com  iana  price-low-35000-only
  ^-------^  ^--------^  ^--^  ^------------------^
  |          |           |     |
  |          |           |     +--> Filter.
  |          |           |
  |          |           +--> Registrar.
  |          |          
  |          +---> Domain name.
  |
  +--> Binary (hostinger/domain).

Example:

  • Use Tld's from iana
    hostinger twitter iana
  • Use Tld's from hostinger
    hostinger twitter hostinger
  • Use Tld's from hostinger homepage domain category
    hostinger twitter hostinger:category
  • Show domain restriction message
    hostinger twitter hostinger restriction
  • Filter price lower than $5.5 USD
    hostinger twitter hostinger price-low-5.5-only xusd
  • Filter price higher than Rp. 30.0000, (hide unmatch)
    hostinger twitter hostinger price-high-30000-only idr
  • Get domains and parse output to json, working with/without jq formattert
    hostinger twitter json | jq

Needs details usage?


  - HOSTINGER DOMAIN SEARCHER -
  -------------------------------------------------------------------------------------

  Search domain name at hosting registrar, search and make sure your name is available.

  $ hostinger  google.com  iana  price-low-35000-only
    ^-------^  ^--------^  ^--^  ^------------------^
    |          |           |     |
    |          |           |     +--> Filter.
    |          |           |
    |          |           +--> Registrar.
    |          |          
    |          +---> Domain name.
    |
    +--> Binary (hostinger/domain).

  To check valid of a domain name in search result
  Please to check at:
  - https://hostinger.co.id/domain-murah

  Usage:
    - hostinger
    - hostinger -h, --help
    - hostinger twitter
    - hostinger twitter iana
    - hostinger twitter hostinger
    - hostinger twitter hostinger:category
    - hostinger twitter hostinger restriction
    - hostinger twitter hostinger:category price-low-100000 idr
    - hostinger twitter hostinger:category price-high-30000-only xidr
    - hostinger twitter hostinger price-high-30000-only restriction idr
    - hostinger twitter iana price-low-3.4 xusd 
    - hostinger twitter json | jq

  Registrar:
    - iana                       - Tld's from iana.org registrar.
    - hostinger                  - Tld's from hostinger.com registrar.
    - hostinger:category         - Tld's from hostinger.com categories registrar.
    - country                    - Tld's from country top level domain list.
    - [unparse]/deafult]         - Tld's default from $TLDS list variable.

  Filters:
    - price-low-[amount]         - Search domain by low price.
    - price-high-[amount]        - Search domain by high price.
    - price-low-[amount]-only    - Search domain by low price and hide unfilter result.
    - price-high-[amount]-only   - Search domain by high price and hide unfilter result.
    - hide-discount              - Hide discount.
    - hide-billing               - Hide billing.
    - idr                        - Currency in Rupiah (amount only).
    - xidr                       - Currency in Rupiah (amount with symbol).
    - usd                        - Currency in US Dolar (amount only).
    - xusd                       - Currency in US Dolar (amount with symbol).
    - json                       - Return json.

  Notes:
    - !PRIVACY                   - Domain not include privacy protection.

Contributions

Contributions of any kind welcome!

License

Licensed under the terms of the GNU-3.0 license.

Releases

No releases published

Packages

No packages published