Answer the question
In order to leave comments, you need to log in
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
Skype4Py is not suitable because I am writing in python 3.x.
> 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 questionAsk a Question
731 491 924 answers to any question