文件名称:numspy:用于发送免费短信以及通过Way2sms网站查找手机号码详细信息的python模块
文件大小:252KB
文件格式:ZIP
更新时间:2024-05-30 09:51:32
python osint messaging sms python3
numpy 1.0 用于发送免费短信以及通过网站查找手机号码详细信息的python模块 安装 pip3 install numspy 要求 Way2sms account 使用的模块 BeautifulSoup4 huepy requests urllib.request 用法 发送短信 from Numspy import Way2sms w2s = Way2sms () w2s . login ( Way2sms_Username , Way2sms_Password ) w2s . send ( Mobile_Number , Message ) w2s . logout () 安排短信 from numspy import Way2sms w2s = Way2sms () w2s . login ( Way2sms_Username , Way2sms_Password ) w