Skip to content

k2kirov/skype-bot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Skype Bot

Building the software

You need to install the lib/skype-sdk-1.0.jar into your maven local repository. I got the file from http://developer.skype.com/ and it did not have a version number. I just called it 1.0. Easiest is to run the following command:

mvn install:install-file -Dfile=lib/skype-sdk-1.0.jar \\
            -DgroupId=skype -DartifactId=skype-sdk -Dversion=1.0 \\
            -Dpackaging=jar

Running the software

You will need:

Most configuration can be done by copying project.properties to personal.properties and making changes there.

If you have any questions just drop me a line @toomasr

About

Skype Bot - In Kittens We Trust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors