作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在努力通过 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脚本发送消息,而不通过客户端?
最佳答案
这与树莓派无关。
新的yowsup-cli 2.0更改了命令行界面,现在您应该运行:
python yowsup-cli demos -c config -s 39xxxxxxxxxx "Message"
现在,您提到您想直接从 python 发送,但请注意您的命令行 python yowsup-cli
仍在通过“客户端”。如果您想直接从 python 脚本发送,请按照 yowsup 进行操作。教程和/或阅读实际的 yowsup-cli 代码作为使用示例。
话虽如此,yowsup 在文档方面还有一些工作要做。我想我们所有人都应该做出贡献。
关于python - 命令 python yowsup-cli -c config ... 不适用于树莓派,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27644583/
我是一名优秀的程序员,十分优秀!