samczsun / Skype4J

Skype API written in Java. Does not support P2P chats
Apache License 2.0
145 stars 48 forks source link

Is this library supported? #158

Open afish opened 5 years ago

afish commented 5 years ago

I just wanted to ask if this library is still supported. I am actively using it and I had some problems over time which I fixed ("hacked" is actually better word) and I don't know if this is still supported.

Issues I had:

seasparta618 commented 5 years ago

seems MicroSoft have fully migrated skypeweb to new version, from my understanding, some api need to be changed.

metasonic commented 5 years ago

I'm planning on updating it based on the recent changes but work is really slow right now, if you manage to hack some parts and want to share that with us it would be amazing.

razvanwaz commented 5 years ago

Any news on this? Anybody got a working version?

razvanwaz commented 5 years ago

I just wanted to ask if this library is still supported. I am actively using it and I had some problems over time which I fixed ("hacked" is actually better word) and I don't know if this is still supported.

Issues I had:

  • throttling by skype API
  • incorrect endpoint for users API
  • incorrect user agent (this is pretty fresh, like a week)
  • incorrect endpoint for message history

Do you think you could send me the hacked version you have? I desperately need it. My skype is: razvan0076 and my email is razvan_vasiliu@hotmail.com @afish

afish commented 5 years ago

It doesn't work anymore. Recently skype switched to API with "edge" endpoints so it doesn't work anymore. I switched to web scraping for now, client in outlook.com is written in knockout so you can extract all model easily.

seasparta618 commented 5 years ago

Any news guys? Just based on the latest Skype4J library, the endpoint (websocket client) can still be used and with the token, the login is still good (using username for old skype account and email address for new microsoft account). But when trying to apply message handler, it seems this part is forbidden. I am trying to refactor this part in my after work time.