query_china_phone_address
v1.0.2
Published
query china phone address in shell
Downloads
13
Readme
#批量查询中国手机号归属地
批量在线查询中国手机号归属地,并导出成csv文件。
使用的腾讯拍拍的API
##安装:
~# [sudo] npm install query_china_phone_address -g##用法:
querychinaphoneaddress 13333333333 18888888888或
querychinaphoneaddress ./query.csvcsv格式类似于:
"realName","nickName","mobilePhone"
"任猛","hehehe",15222222222
"赵哥","hahaha",18888888888
"史庆","lalala",13000000000查询结果会保存于当前目录的answer.csv中。
