N
N
Nick V2016-01-09 03:55:56
Skype
Nick V, 2016-01-09 03:55:56

Send messages via web.skype.com using python 3?

I am writing a script in which, under certain conditions, you need to beep on Skype. Skype4Py is not suitable because I am writing in python 3.x. Is it possible to send messages through web.skype.com ? Any ideas?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
E
Egor Tyuvaev, 2016-01-09
@half-life

Skype4Py is not suitable because I am writing in python 3.x.

Have you tried using 2to3?
You can sometimes find something interesting on GitHub if you search.

V
VZVZ, 2016-01-09
@VZVZ

> Is it possible to send messages via web.skype.com? Any ideas?
As much as possible, and as is.
web.skype.com is a regular site. The site consists of a front-end and a back-end. The front-end sends requests to the back-end via the HTTP/HTTPS protocol.
We take an HTTP sniffer (for example, Fiddler), intercept these requests - and simulate their sending on any PL, so that they completely match. And that's all - we have our own client for the local back-end, i.e. your bot.
Usually bots write this way for those sites that do not have a sane API (and this is almost 100% of all Internet sites).

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question