My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
Install_Howto  

#msnrobotweb is a msn robot with a small http server embeded.

Introduction

msnrobotweb(http://code.google.com/p/msnrobotweb/)

msnrobotweb is a msn robot with a small http server embeded. message clients could send messages to buddy with a simple http://localhost:9008/post?msg=[some messages] http request.

Requirements:

  • msn account signin as the robot ,if not please go to http://get.live.com/ and signup one.
  • re/jdk1.5 or high.

Install (the following Linux-based step, Windows is not difficult )

  1. svn checkout http://msnrobotweb.googlecode.com/svn/trunk/msnrobotweb msnrobotweb
2 cd msnrobotweb 3 open start.sh to
3.1 edit username/password , replace with your own. 3.2 change JAVA_HOME path to your own .

4 run ./start.sh to start , your may see something
"http server started with port:xxx" then service is done.
5 add buddy which you changed in 3.1 step as your msn friend, and signin your msn.
6 sending a message. open browser with url : http://localhost:9008/post?msg=hello, your msn would receive a message "hello" . every thing is completed.
in linux or console,try: curl http://localhost:9008/post?msg=hello
Depends: you may want to check sources ,please go to see src. code is everything.

Comment by whyruby@gmail.com, Dec 24, 2008

这个msn机器人是不是会给它的所有好友都发送消息呢(包括离线好友)?谢谢,我的msn是rubyonrails@live.cn

Comment by likuku.p...@gmail.com, May 24, 2009

jdk-1.6 下,msnrobotweb 可正常运行,在浏览器里执行后,发送消息得到回馈"OK",但我 Pidgin 并没收到消息..

Comment by littlecu...@gmail.com, Nov 25, 2009

我的问题和楼上的一样的,怎么回事呢?jdk1.6.0_13,live messenger 2009


Sign in to add a comment
Powered by Google Project Hosting