我正在通过 Whatsapp 从 RasPi 发送消息。我已经安装了yowsup
.
我已经使用以下命令完成了注册过程,并将其存储在配置文件中:
python yowsup-cli registration --requestcode sms --phone 39xxxxxxxxxx --cc 39 --mcc 222 --mnc 10
python yowsup-cli registration --register xxx-xxx --phone 39xxxxxxxxxx --cc 39
我还可以使用yowsup
命令行客户端使用以下命令从 RasPi 发送和接收消息:
yowsup-cli demos --yowsup --config config
但是当我输入以下命令时:
python yowsup-cli -c config -w -s 39xxxxxxxxxx "Message"
我收到以下错误:
Available commands are
demos versions registration
如何不通过客户端直接通过 Python 脚本发送消息?