/EzSkype

A Skype for Web compatibility layer for Java

Primary LanguageJava

Disclaimer

- This is no longer being maintained and likely will not work anymore as the protocol used for connecting to the Skype web interface has most likely changed. 

EzSkype

A Skype for Web compatibility layer for Java

Maven install

Add the following to your pom.xml

Add the repository

<repositories>
    <repository>
        <id>EzSkype-mvn-repo</id>
        <url>https://raw.github.com/AkHo1ic/EzSkype/mvn-repo/</url>
        <snapshots>
            <enabled>true</enabled>
            <updatePolicy>always</updatePolicy>
        </snapshots>
    </repository>
</repositories>

Add the dependency

<dependencies>
    <dependency>
        <groupId>in.kyle</groupId>
        <artifactId>EzSkypeEzLife</artifactId>
        <version>1.3.0</version>
    </dependency>
</dependencies>

Alternate versions can be found here

Usage

Basic bot usage can be found on the wiki

A full bot example can be found here