2004年05月11日 星期二 09:46
你可看看这个: http://msnp.sourceforge.net/ 它的功能有: a.. Login; logout a.. Presence states (online, away, etc.) a.. Full-fledged API-supported friend list management a.. Privacy settings a.. Chat conversations (start, join, leave) a.. Instant messages a.. Typing notifications a.. HTTP proxy (tunnelling) support 还有: http://www.suttree.com/code/GrokItBot/ http://pyaiml.sourceforge.net/ ----- Original Message ----- From: <info at xichen.com> To: <python-chinese at lists.python.cn> Sent: Tuesday, May 11, 2004 9:47 AM Subject: Re: Re: [python-chinese] 我准备把我写的机器人改写成接口,这样大家都可以来做开发了。 > Jacob Fan,您好! > 我是参考网上的python写的机器人,自己根据msn的协议写的机器人。 > > > ======= 2004-05-11 09:38:43 您在来信中写道:======= > > >你是用Python的MSN模块做的?还是自己开发的msn模块? > > > >另外想做机器人的可以看看这个: > >http://pyaiml.sourceforge.net/ > > :) > >----- Original Message ----- > >From: <info at xichen.com> > >To: "python-chinese" <python-chinese at lists.python.cn> > >Sent: Tuesday, May 11, 2004 8:54 AM > >Subject: [python-chinese] 我准备把我写的机器人改写成接口,这样大家都可以来做开发了。 > > > > > >> python-chinese,您好! > >> 我的思路是我这边的接口负责登陆msn和接收msn上传来的信息。将信息通过socket来通讯,这样大家都可以写msn机器人的扩展了。 > >> 大家给点建议好吗? > >> > >> > >> 致 > >> 礼! > >> > >> > >> info > >> info at xichen.com > >> 2004-05-11 > >> > > > > > >-------------------------------------------------------------------------------- > > > > > >> _______________________________________________ > >> python-chinese list > >> python-chinese at lists.python.cn > >> http://python.cn/mailman/listinfo/python-chinese > >> _______________________________________________ > >python-chinese list > >python-chinese at lists.python.cn > >http://python.cn/mailman/listinfo/python-chinese > > > > = = = = = = = = = = = = = = = = = = = = > > > 致 > 礼! > > > info > info at xichen.com > 2004-05-11 > > -------------------------------------------------------------------------------- > _______________________________________________ > python-chinese list > python-chinese at lists.python.cn > http://python.cn/mailman/listinfo/python-chinese >
2004年05月11日 星期二 09:47
Jacob Fan,您好! 我是参考网上的python写的机器人,自己根据msn的协议写的机器人。 ======= 2004-05-11 09:38:43 您在来信中写道:======= >你是用Python的MSN模块做的?还是自己开发的msn模块? > >另外想做机器人的可以看看这个: >http://pyaiml.sourceforge.net/ > :) >----- Original Message ----- >From: <info at xichen.com> >To: "python-chinese" <python-chinese at lists.python.cn> >Sent: Tuesday, May 11, 2004 8:54 AM >Subject: [python-chinese] 我准备把我写的机器人改写成接口,这样大家都可以来做开发了。 > > >> python-chinese,您好! >> 我的思路是我这边的接口负责登陆msn和接收msn上传来的信息。将信息通过socket来通讯,这样大家都可以写msn机器人的扩展了。 >> 大家给点建议好吗? >> >> >> 致 >> 礼! >> >> >> info >> info at xichen.com >> 2004-05-11 >> > > >-------------------------------------------------------------------------------- > > >> _______________________________________________ >> python-chinese list >> python-chinese at lists.python.cn >> http://python.cn/mailman/listinfo/python-chinese >> _______________________________________________ >python-chinese list >python-chinese at lists.python.cn >http://python.cn/mailman/listinfo/python-chinese > = = = = = = = = = = = = = = = = = = = = 致 礼! info info at xichen.com 2004-05-11
2004年05月11日 星期二 09:48
Jacob Fan,您好! 自己写的。 ======= 2004-05-11 09:39:34 您在来信中写道:======= >sorry,我是说是用某个现成的msn模块,还是自己开发的msn模块? >----- Original Message ----- >From: "Jacob Fan" <jacob at exoweb.net> >To: <python-chinese at lists.python.cn> >Sent: Tuesday, May 11, 2004 9:38 AM >Subject: Re: [python-chinese] 我准备把我写的机器人改写成接口,这样大家都可以来做开发了。 > > >> 你是用Python的MSN模块做的?还是自己开发的msn模块? >> >> 另外想做机器人的可以看看这个: >> http://pyaiml.sourceforge.net/ >> :) >> ----- Original Message ----- >> From: <info at xichen.com> >> To: "python-chinese" <python-chinese at lists.python.cn> >> Sent: Tuesday, May 11, 2004 8:54 AM >> Subject: [python-chinese] 我准备把我写的机器人改写成接口,这样大家都可以来做开发了。 >> >> >> > python-chinese,您好! >> > 我的思路是我这边的接口负责登陆msn和接收msn上传来的信息。将信息通过socket来通讯,这样大家都可以写msn机器人的扩展了。 >> > 大家给点建议好吗? >> > >> > >> > 致 >> > 礼! >> > >> > >> > info >> > info at xichen.com >> > 2004-05-11 >> > >> >> >> -------------------------------------------------------------------------------- >> >> >> > _______________________________________________ >> > python-chinese list >> > python-chinese at lists.python.cn >> > http://python.cn/mailman/listinfo/python-chinese >> >_______________________________________________ >python-chinese list >python-chinese at lists.python.cn >http://python.cn/mailman/listinfo/python-chinese > = = = = = = = = = = = = = = = = = = = = 致 礼! info info at xichen.com 2004-05-11
2004年05月11日 星期二 11:08
Jacob Fan,您好! 谢谢,你给我的站点看了。其实我最初是自己写msn机器人和人工智能部分。因为中文的分析和英文的分析完全不一样。后来看到大家都对msn机器人比较感兴趣,所以才有将接口写出来。给大家使用的想法。当然我有AI的机器人仍然会继续开发。谢谢大家的建议。谢谢! ======= 2004-05-11 09:46:10 您在来信中写道:======= >你可看看这个: >http://msnp.sourceforge.net/ >它的功能有: >a.. Login; logout >a.. Presence states (online, away, etc.) >a.. Full-fledged API-supported friend list management >a.. Privacy settings >a.. Chat conversations (start, join, leave) >a.. Instant messages >a.. Typing notifications >a.. HTTP proxy (tunnelling) support > > >还有: >http://www.suttree.com/code/GrokItBot/ >http://pyaiml.sourceforge.net/ > > >----- Original Message ----- >From: <info at xichen.com> >To: <python-chinese at lists.python.cn> >Sent: Tuesday, May 11, 2004 9:47 AM >Subject: Re: Re: [python-chinese] 我准备把我写的机器人改写成接口,这样大家都可以来做开发了。 > > >> Jacob Fan,您好! >> 我是参考网上的python写的机器人,自己根据msn的协议写的机器人。 >> >> >> ======= 2004-05-11 09:38:43 您在来信中写道:======= >> >> >你是用Python的MSN模块做的?还是自己开发的msn模块? >> > >> >另外想做机器人的可以看看这个: >> >http://pyaiml.sourceforge.net/ >> > :) >> >----- Original Message ----- >> >From: <info at xichen.com> >> >To: "python-chinese" <python-chinese at lists.python.cn> >> >Sent: Tuesday, May 11, 2004 8:54 AM >> >Subject: [python-chinese] 我准备把我写的机器人改写成接口,这样大家都可以来做开发了。 >> > >> > >> >> python-chinese,您好! >> >> 我的思路是我这边的接口负责登陆msn和接收msn上传来的信息。将信息通过socket来通讯,这样大家都可以写msn机器人的扩展了。 >> >> 大家给点建议好吗? >> >> >> >> >> >> 致 >> >> 礼! >> >> >> >> >> >> info >> >> info at xichen.com >> >> 2004-05-11 >> >> >> > >> > >> >-------------------------------------------------------------------------------- >> > >> > >> >> _______________________________________________ >> >> python-chinese list >> >> python-chinese at lists.python.cn >> >> http://python.cn/mailman/listinfo/python-chinese >> >> _______________________________________________ >> >python-chinese list >> >python-chinese at lists.python.cn >> >http://python.cn/mailman/listinfo/python-chinese >> > >> >> = = = = = = = = = = = = = = = = = = = = >> >> >> 致 >> 礼! >> >> >> info >> info at xichen.com >> 2004-05-11 >> >> > > >-------------------------------------------------------------------------------- > > >> _______________________________________________ >> python-chinese list >> python-chinese at lists.python.cn >> http://python.cn/mailman/listinfo/python-chinese >> _______________________________________________ >python-chinese list >python-chinese at lists.python.cn >http://python.cn/mailman/listinfo/python-chinese > = = = = = = = = = = = = = = = = = = = = 致 礼! info info at xichen.com 2004-05-11
Zeuux © 2024
京ICP备05028076号