Home > Programming > Need A Simple Msn Bot.

Need A Simple Msn Bot.

July 16th, 2009

I need a program made in any language you decide (no web languages) that does the following:

1. Reads a URL of my choice which will display a list of accounts (user:pass format).
2. Reads another URL of my choice which will display a list of emails.

For every account it got from URL #1:
1. Logs into MSN (use any existing MSN API or something).
2. Adds every email from URL #2 to their contact list.
3. After 20 or so adds, visits a third URL of mine and sends that URL the 20 emails it sent an add request to (example: add emails to an array if successfully added, implode it by character |, visit a URL of mine and add imploded content into a GET parameter ?success=emails, clear array).
4. After successfully adding every email, logout and move to the next account.

It MUST be reliable and decent speed. It cannot just have an error and quit after maybe 10 accounts. It must be able to go through a vast number of accounts and emails.

Any further information, send me a message.


Need A Simple Msn Bot.

Comments are closed.
Bear