Skip to content

rowtn/SkypeNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SkypeNet

Fun little Skype bot written in Java. Sky[pe]Net will soon take over :O

Installation

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.

Adding your own commands

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.

Features

    • Easy implementation of new commands (External module planned for future)
      Commands can use all of Java to do their magic, virtually no limitations!
  • Credits

    SkypeNet uses taksan's implemetation of the Skype API, found here: https://github.com/taksan/skype-java-api The Cleverbot feature uses Pierre-David Bélanger's ChatterBot API: https://github.com/pierredavidbelanger

    About

    Fun little Skype bot written in Java

    Resources

    License

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published

    Languages