如何控制msn消息发送者的“个人消息”通过python显示给别人?
如何通过python控制msn messager向别人显示的“个人消息”? 想要与该区域远程共享一些私人信息。
How to control the msn messager's "personal message" displayed to others by python?
Want to share some private infomation remotely with this area.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有许多 Python 解决方案允许您使用 Python 进行 MSN 消息传递。
这支持您应该能够通知的状态。
您可以使用此库构建脚本,它是 MSN Messenger 协议版本 8 的开源 Python 实现。
There are many python solutions that allow you to do MSN messaging with Python.
This has support for presence states with which you should be able to notify.
You could build scripts using this library, which is an opensource Python implementation for the MSN messenger protocol version 8.