Source code for MSN quran bot
I already made a post about this attempt of mine. I had been planning to release the code free for others so that they can use it in their applications which requires instant messaging via MSN but was not getting time or I say, was being a lazy soul to open up an IDE ,make changes and than zip it for uploading :-).
Anyway, one can download source from here
The system is actually a Windows NT service which is using Inceoft APIs. It's a pretty good architecture and they have provide SDK in C++, java and .NET. There were 2 main reasons that I prefered to choose a Bot hosting service.
1) they have a proper setup for hosting thousands of Bots
2)Less burden on my own machine.
The reason of making it a service is quite obvious, I couldn't keep an EXE open all the time on a remote machine. You don't need to implement threadin at your end since its an Event based system which runs its own threads. Yes you would need to take care of variables which I haven't in this version.
So use it and enjpy in your personal applications. Oh yes, I definately have changed the user/passwords in the uploaded files :D