writing IM bots

Amit Khemka khemkaamit at gmail.com
Wed Dec 14 10:38:49 EST 2005


thank you all for ur suggestions .. I got msnp and curfoo(for yahoo)
customized and working  :-) .. though they are pretty slow in
responding to messages  ... will try jabber based
protocols,

cheers,
amit.

On 12/14/05, Linsong <linsong.qizi at gmail.com> wrote:
>    Why not twisted.words, for me, twisted can solved almost all(if not
> all, you can implement it under twisted framework easily) internet
> protocol related tasks and it is really *cool*!
>    Twisted Words includes:
>
>     * Low-level protocol implementations of OSCAR (AIM and ICQ), IRC,
>       MSN, TOC (AIM).
>     * Jabber libraries.
>     * Prototypes of chat server and client frameworks built on top of
>       the protocols.
>
>    I have used twisted.words for IRC and MSN, it works very well. Never
> forget to investigate the other projects of twisted, it will give you a
> lot back.
> http://twistedmatrix.com/projects/words/
>
> Good Luck!
> Linsong
>
>
> Amit Khemka wrote:
>
> >Hello,
> >I am trying to write an IM Bot, which automatically replies to a
> >message, in Python.
> >I was wondering If there are python modules for connecting to Yahoo!,
> >msn networks ...
> >ideally I would like to have a multithreaded module.
> >
> >This is one I found for msn, if anyone has used it please comment,
> >- http://users.auriga.wearlab.de/~alb/msnlib/
> >
> >cheers,
> >amit.
> >
> >
> >--
> >----
> >Endless the world's turn, endless the sun's spinning
> >Endless the quest;
> >I turn again, back to my own beginning,
> >And here, find rest.
> >
> >
>
>


--
----
Endless the world's turn, endless the sun's spinning
Endless the quest;
I turn again, back to my own beginning,
And here, find rest.



More information about the Python-list mailing list