我可以向 MSN Messenger 或 Yahoo! 发送警报消息吗? 来自服务器的信使?
有一台服务器正在更改批次以添加日期和时间的数据,但我想将该批次的结束状态(正常结束或异常终止)发送到 Yahoo! 作为消息,MSN Messenger 或自己的 ID,但未找到我有用的页面和文档。
我可以向 MSN Messenger 或 Yahoo! 发送警报消息吗? 来自服务器的信使?
There is a server changing a batch to add up data on the date and time, but I want to send the end states (normal end or abnormal termination) of this batch to Yahoo! Messenger or one's ID of the MSN messenger as a message, but a page and the document which I am useful for are not found.
Can I send alert message to MSN messenger or Yahoo! messenger from servers?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
如果我没猜错的话,您希望使用 msn 或 yahoo IM 协议从服务器应用程序接收通知。 实现这一点的唯一方法是编写一个 msn 或 yahoo 机器人。 您可以使用 libpurple 来实现这些目的,因为它支持 msn、yahoo、irc、gtalk 和许多其他协议。 在我看来,这是一种矫枉过正。
MSN Messenger 和 Yahoo! Messenger 显示有关新电子邮件消息的通知以便您可以从服务器应用程序发送电子邮件而不是 IM 消息。
If I got it right you want to receive notifications from your server application using msn or yahoo IM protocol. The only way to archieve this is to write an msn or yahoo bot. You can use libpurple for those purposes since it supports msn, yahoo, irc, gtalk and many other protocols. In my opinion this is an overkill.
Msn messanger and Yahoo! messanger show notifications about new e-mail messages so you could send e-mails from your server application instead of IM messages.
查看 pymsn。 您应该能够从脚本调用该库来发送警报。 有人做了类似的事情,并在 此处 发布了 python 代码。 不确定它是否仍然有效。 MSN有在没有通知的情况下更新MSNP协议的习惯。
Check out pymsn. You should be able to call that lib from a script to send out alerts. Someone did something similar and posted the python code over here. Not sure if it still works. MSN has a habit of updating the MSNP protocol without notice.
您还可以使用一个名为 MSMP-Sharp 的 .Net 库。
There is also a .Net library called MSMP-Sharp that you can use.