Crates.io | avamain |
lib.rs | avamain |
version | 0.1.0 |
source | src |
created_at | 2022-05-24 16:56:14.878706 |
updated_at | 2022-05-24 16:56:14.878706 |
description | Check domain availability based on generated character sequence |
homepage | |
repository | https://github.com/mibmo/avamain |
max_upload_size | |
id | 592940 |
size | 47,939 |
A domain availabilty checker.
Avamain is available on the crates.io registry, and can be install with cargo.
cargo install avamain
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