Skip to content

帮助你快速找到你心仪的短域名! | A toolset to help you to find your favourite short domain! | 暂时不更

Notifications You must be signed in to change notification settings

wyf9/short-domain-find

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

short-domain-find

new-api

文件: new_api/main.py

依赖: requests

配置:

API_URL           = "https://v2.xxapi.cn/api/whois"  # 新的API接口
BACKUP_API_URL    = "https://api.whoiscx.com/whois/"  # 备用API接口
DELAY_SECONDS     = 2                  # 每次请求的延迟时间
MAX_RETRIES       = 2                  # 对失败的域名重试次数
OUTPUT_DIR        = "output"
INPUT_FILE        = os.path.join(OUTPUT_DIR, "input.txt")
UNREGISTERED_FILE = os.path.join(OUTPUT_DIR, "domain.txt")
ERROR_FILE        = os.path.join(OUTPUT_DIR, "error.txt")

旧版本

因为沙比 bulk-whois-api 的查询量竟然是按域名而不是请求算的, 不再维护, 自行寻找用法.

不维护, 自行寻找用法.

  • check_short_prefix.py: 使用 whois 命令查询指定后缀的可用域名列表 (不建议使用, 检测不完全)
  • download-suffix-list.sh: 下载后缀列表
  • get_suffixs.py: 筛选指定长度后缀
  • whois_checker: (未测试) 使用三方 api 查询

About

帮助你快速找到你心仪的短域名! | A toolset to help you to find your favourite short domain! | 暂时不更

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published