Skip to content
SpongyBacon edited this page Jul 28, 2015 · 13 revisions

Issues & feature suggestions belong in the issue tracker.

Quick setup guide

  1. Follow the steps in the readme file. Using maven is almost essential to use this project whilst it is still in heavy development (use it anyway).
  2. Create a main class and include the login code. Click here to see an example.
  3. Call the login method when your program starts for it to login to Skype.
  4. Once you are done with your session, make sure you use Skype#logout!

Receiving messages

This is what you'll want to be doing if you are hoping to develop any sort of Skype bot.

Clone this wiki locally