-1

I can not find out how to connect to skype with node.js. If you have any information, please share it

karaxuna
  • 26,752
  • 13
  • 82
  • 117
  • You could say why are you downvoting or explain something... – karaxuna Nov 09 '12 at 06:42
  • You're being downvoted (I haven't downvoted you) because you do not say what have you tried so far? This is a 'Give me teh codez' question, which will get you several downvotes, many more to come I'm afraid. Try editing your question to include more information – Alex Nov 09 '12 at 12:28
  • @alexjamesbrown I can not try anything, because I don't need code example, I only need direction theoritically how can it be acomplished – karaxuna Nov 09 '12 at 13:05
  • Here is a Skype bot offering HTTP interface sending messages, can be invoked from Javascript too: https://github.com/opensourcehacker/sevabot – Mikko Ohtamaa Nov 30 '12 at 13:31
  • 1
    Here is unofficial skype api https://www.npmjs.com/package/skyweb that uses Skype (HTTP) protocol that is used in web.skype.com – shyyko.serhiy Sep 22 '15 at 10:57
  • why was this flagged down – Charles Feb 14 '21 at 14:47

1 Answers1

1

It's not possible to communicate with Skype in that way.

A skypekit was requested by another user
http://devforum.skype.com/t5/Feature-Requests/SkypeKit-for-NodeJS/idi-p/8648

In much the same way you can't send iMessages from a non iOS device, you can't send Skype messages from anything other than Skype.

Alex
  • 37,502
  • 51
  • 204
  • 332
  • Not via any public api. see here http://stackoverflow.com/questions/9017942/how-does-skype-works-in-imo-im-and-im-services – Alex Nov 09 '12 at 14:55
  • 1
    Enlightenment :): Here is unofficial skype api npmjs.com/package/skyweb that uses Skype (HTTP) protocol that is used in web.skype.com – shyyko.serhiy Dec 13 '15 at 22:37