samczsun / Skype4J

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

Disabling the bot after 4 hours #161

Open Angelok963 opened 3 years ago

Angelok963 commented 3 years ago

What should I do to prevent the bot written in skype4j from shutting down after about 4 hours? Is this problem related to skype4j itself?

I use a guest account when connecting, because connecting via a real profile, unfortunately, is not possible.

I will also ask a couple of questions about the API:

  1. How do I delete a message sent by a bot?
  2. Is there any other library for communicating Java with Skype?