1 unstable release
0.1.0 | May 24, 2022 |
---|
#11 in #availability
14KB
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
Dependencies
~10–22MB
~308K SLoC