创建 IM 机器人
我正在尝试创建一个 IM 机器人,但无法找到必要的资源。
更新
Imified 存在一个问题,导致 gtalk 机器人无法在线显示(并且不响应),它现在可以正常工作,因此我将关闭此问题。
这个教程确实有效。
出于参考目的未删除原始问题
首先,我确实在 如何编写自己的 IM 机器人,但它使用的 IMified 平台看起来已经死了(最后一篇博客文章于 2008 年 9 月,在他们的帮助论坛上没有反馈, ...)。
我确实设法使用他们的服务创建了一个测试版机器人,但正如我在他们的帮助论坛中看到的那样,它永远不会在线。
那么,有人成功做到了吗?
注释
我正在寻找这样的东西:
- 使用 PHP* 的免费
- 作品或一些免费的托管解决方案(例如 IMified,但有效)
- 适用于 Google Talk(我并不真正关心其他)
当然,请发布有关不符合这些标准的任何解决方案的答案,这可能会有所帮助。
*我在 GoDaddy 上有 Linux 托管计划
I am trying to create an IM bot and I haven't been able to find the necessary resources.
UPDATE
There was an issue with Imified making gtalk bots not appear online (and not responding), it works now so I'm closing this.
This tutorial does work.
Original question not deleted for reference purposes
First, I did find a great tutorial on How to Write Your Own IM Bot, but it uses the IMified platform which looks dead (last blog post in septembre 2008, no feedback on their help forum, ...).
I did manage to create a beta bot using their service but as I can see in their help forum, it will never be online.
So, any one managed to do it?
Notes
I'm looking for something that would be:
- Free
- Works with PHP* or some free hosting solution (like IMified but that works)
- Works for Google Talk (I don't really care about the other)
Of course, do post answers about any solution that doesn't fit these criteria, it might help.
*I have a Linux hosting plan on GoDaddy
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Google Talk 使用 jabber,其协议称为 XMPP。 在 Google 上快速搜索“xmpp bot php”,我来到了这里。 这应该足够开始了吧?
Google Talk uses jabber, where the protocol is called XMPP. A quick google search for "xmpp bot php" led me here. This should be enough for a start ?
摘自教程以防它消失:
Taken from the tutorial in case it ever disappears: