Fun little Skype bot written in Java. Sky[pe]Net will soon take over :O
Clone repo, then run mvn clean install.Due to new Skype API limitations, SkypeNet currently uses a virtual keyboard to send messages. Because of this, you will need an instance of Skype open at all times, with the caret on the message box. Hopefully Microsoft reimplements messaging into the API, making the bot more useful.
For now, after cloning the repo, add your command class into the me.rotn.java.skypenet package. The command must implement IBotCommand, and it is self explanitory from there.- Easy implementation of new commands (External module planned for future)
- Commands can use all of Java to do their magic, virtually no limitations!