Is it possible to write a Skype client? [closed]
Asked Answered
H

5

7

Is there any libraries for this?

I will put this on a server and it will be a windows service.

And Skype will not be installed on server. So Skype API will not mean anything I guess.

Edit:

I am sorry for not being clear. Here is what i need:

I just need a Skype client which will act like a small bot. A person who uses Skype will ask it something like:

print totalCreditsLoadedToday

And it will answer:

567867867 credits.

I need to write a windows service which will accept text messages from Skype and will send responses as text message (a very simple Skype client). I don't need voip support but Skype is a, errr customer requirement lets say. (And yes I suggested Google Talk but not accepted)

But i need to achieve this without installing Skype to the server.

Huddleston answered 15/1, 2010 at 15:48 Comment(5)
It is, if you have a server who can host you application so people can connect to each other it's as simple/difficult as sending an audio stream from one place to another. Using it to call to real phone numbers however is a different story...Mcnully
it's not clear from your question what you want to do.Rosannrosanna
If you can achieve your aims with any VoIP solution other than Skype, do that. Skype is very deliberately a closed protocol. Doesn't play well with others.Mahan
This sounds like an UI automation task:-DDeglutinate
Can some one give update for this question?Incompressible
W
8

Skype communication is encrypted and no documentation is publicly available on the protocol. That means good luck reverse-engineering it.

Weasel answered 15/1, 2010 at 15:51 Comment(1)
Not only encrypted for privacy, but also deliberately obfuscated to make it difficult to reverse-engineer, specifically to frustrate any attempt to interoperate with the thing. Good luck indeed!Mahan
G
1

I don't think it is possible to use Skype API without having Skype installed on the machine

Glim answered 15/1, 2010 at 15:51 Comment(0)
E
1

I think Skype has an API to use and there is some reverse engineering work done also, check this link, and this tutorial

Epigone answered 2/4, 2010 at 12:46 Comment(0)
M
0

Skype needs to be installed for this to be possible and here's something long the line which could help you in building your requirement.

http://chathurangaw.blogspot.com/2011/08/skypepop-skype-notifications-enhanced.html

Mireillemireles answered 19/8, 2011 at 19:33 Comment(0)
V
0

Try the Microsoft Bot Framework. https://dev.botframework.com/

It supports Skype and a variety of other transports.

Vet answered 17/5, 2016 at 23:42 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.