Skip to content

Pure Java 16 library for interacting with locally running Discord instance without the use of JNI.

License

Notifications You must be signed in to change notification settings

MeteorDevelopment/discord-ipc

Repository files navigation

Discord IPC

Pure Java 16 library for interacting with locally running Discord instance without the use of JNI.
Currently, only supports retrieving the logged-in user and setting user's activity.
The library is tested on Windows, Linux and macOS.

Gradle

repositories {
    maven {
        name = "meteor-maven"
        url = "https://maven.meteordev.org"
    }
}

dependencies {
    implementation "meteordevelopment:discord-ipc:1.0"
    implementation "com.google.code.gson:gson:2.8.9" // GSON is not included but required
}

Examples

For examples check out example/src/main/java/test/Main.java.

About

Pure Java 16 library for interacting with locally running Discord instance without the use of JNI.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages