Login Register






How are these skype bots coded? filter_list
Author
Message
How are these skype bots coded? #1
Hey,

What language are the skype bots coded in, the ones which you can type something like, !resolve usersname or !autoreply and things like that.

Are they coded in vb.net, if so anyone got a old source code of one, or the new skype4com?
[Image: Ldss8XF.png]

Reply

RE: How are these skype bots coded? #2
Skype bots can be coded in many different languages.

VB, Perl, etc.
It all depends on what you'd like to code it in.

This thread has some potential:
http://www.codecommunity.net/showthread.php?tid=654

You might get something out of it.

If you're looking to make one in VB, I know that there are tutorials online for it.
"You can't send a donation to yourself."
Damn.

Reply

RE: How are these skype bots coded? #3
I've made a couple of skype bots before. Any language that can interact with the Skype4COM library will work. Just read the messages that are received, if they start with ! or your command symbol, split it, check for the command, split it, parse the vars, send response/ do action.

Reply

RE: How are these skype bots coded? #4
(08-11-2013, 03:54 AM)Xanii Wrote: I've made a couple of skype bots before. Any language that can interact with the Skype4COM library will work. Just read the messages that are received, if they start with ! or your command symbol, split it, check for the command, split it, parse the vars, send response/ do action.

You got any source code you can provide, which I can learn from?
[Image: Ldss8XF.png]

Reply

RE: How are these skype bots coded? #5
Not at the moment, I might release one later tho.

Reply