Skip to content
/ phoner Public

查询手机号码归属地CLI工具 phone.dat

License

Notifications You must be signed in to change notification settings

bujnlc8/phoner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

手机号码归属地查询

手机号码库来源于https://github.com/ls0f/phone

执行的时候会自动下载,如果由于网络的原因未下载成功,可手动下载之后放在 ~/.cache/phoner/phone.dat

下载

请根据你的操作系统下载相应的版本,可对比 md5 hash 值确定是否下载了最新的版本

解压后运行,在 Macos 中如果出现"phoner" is damaged and can't beopened.的提示,请尝试执行以下命令:

sudo spctl --master-disable

在 Arm 版的 Mac 上如果仍然打不开,可以尝试 x86 的版本

编译

cargo build --release --locked [--features download-progress]

如果在使用过程中发现 bug,欢迎反馈 👏