avamain

Crates.ioavamain
lib.rsavamain
version0.1.0
sourcesrc
created_at2022-05-24 16:56:14.878706
updated_at2022-05-24 16:56:14.878706
descriptionCheck domain availability based on generated character sequence
homepage
repositoryhttps://github.com/mibmo/avamain
max_upload_size
id592940
size47,939
mib (mibmo)

documentation

README

Avamain

A domain availabilty checker.

Installation

Avamain is available on the crates.io registry, and can be install with cargo.

cargo install avamain

Usage

Specify 3 environment variables; TLD, CHARSET, and LENGTH. TLD is the TLD you want to check availability under and CHARSET specifies the characters used in domain generation alongside the LENGTH variable, which specifies the length of the domain (not including TLD).

Example

TLD=moe CHARSET=su LENGTH=3 avamain

Output is in CSV format, so they can be easily analyzed.

TLD=moe CHARSET=su LENGTH=3 avamain > availability.csv
column -s, -t < availability.csv
Commit count: 3

cargo fmt