All Projects → princesslana → ErisCasper.java

princesslana / ErisCasper.java

Licence: Apache-2.0 License
Java library for making Discord bots

Programming Languages

java
68154 projects - #9 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to ErisCasper.java

LocationAware
Set alarms for location in map
Stars: ✭ 34 (+126.67%)
Mutual labels:  rxjava2
android-live-broadcasts
Live broadcast receiver library for Android
Stars: ✭ 19 (+26.67%)
Mutual labels:  rxjava2
Football-App
⚽ Football App using MVVM, LiveData, RxJava2, DI, Room, Repository Patern
Stars: ✭ 17 (+13.33%)
Mutual labels:  rxjava2
corgi
A Discord bot made with JDA, Corgi is a server administration bot along with a few other cool features
Stars: ✭ 15 (+0%)
Mutual labels:  discord-api
songbird
An async Rust library for the Discord voice API
Stars: ✭ 169 (+1026.67%)
Mutual labels:  discord-api
android-eth-wallet
Android cryptocurrency wallet app with clean architecture
Stars: ✭ 28 (+86.67%)
Mutual labels:  rxjava2
Discord-Bot-TypeScript-Template
Discord bot - A discord.js bot template written with TypeScript.
Stars: ✭ 86 (+473.33%)
Mutual labels:  discord-api
demo-vertx-kotlin-rxjava2-kubernetes
Demonstration of Eclipse Vert.x, Kotlin, RxJava2 and Kubernetes
Stars: ✭ 23 (+53.33%)
Mutual labels:  rxjava2
Rubicon
Dead yo!
Stars: ✭ 14 (-6.67%)
Mutual labels:  discord-api
MVPArchitecture
Android MVP architecture in Kotlin using Dagger2, RxJava2, Retrofit2 and so on
Stars: ✭ 27 (+80%)
Mutual labels:  rxjava2
RxFamilyUser
框架使用retrofit2与rxjava2+databing,Md风格一个开源项目.
Stars: ✭ 21 (+40%)
Mutual labels:  rxjava2
TpHulk
androidx,mvp,mvvm,jetpack
Stars: ✭ 19 (+26.67%)
Mutual labels:  rxjava2
ephemeral-roles
A Discord bot for managing ephemeral roles based upon voice channel member presence.
Stars: ✭ 57 (+280%)
Mutual labels:  discord-api
RxFbLiveVideoEmoticons
Demo of Fb Live Video Reactions using RxJava2
Stars: ✭ 93 (+520%)
Mutual labels:  rxjava2
Discord.js-V12-Bot-Tutorial
An Discord bot build in Discord.js V12. Features :- Anime, Chatbot, Fun, Info, Moderation, Music, Developer commands and many more coming soon.
Stars: ✭ 46 (+206.67%)
Mutual labels:  discord-api
Deadcord
💀 The first raid tool of its kind. Inject Deadcord and raid servers directly from the Discord client. https://t.me/deadcordofficial
Stars: ✭ 144 (+860%)
Mutual labels:  discord-api
MaSH
A minimalistic Discord API wrapper made in Posix Shell
Stars: ✭ 22 (+46.67%)
Mutual labels:  discord-api
miso-bot
Discord bot with too many features
Stars: ✭ 41 (+173.33%)
Mutual labels:  discord-api
RxUIKotlin
Kotlin designed reactive extensions for the Android UI
Stars: ✭ 26 (+73.33%)
Mutual labels:  rxjava2
RxWebView
RxJava2 binding APIs for Android's WebView
Stars: ✭ 22 (+46.67%)
Mutual labels:  rxjava2

ErisCasper.java

Build Status Technical Debt Code Coverage

Latest Release: Maven Central Javadocs

Latest Snapshot: Sonatype Nexus (Snapshots)

Documentation for the latest release is available at https://princesslana.github.io/ErisCasper.java

Snapshots

Snapshots of master are automatically published to sonatype.

To use from maven add the sonatype snapshot repository:

  <repositories>
    <repository>
      <id>ossrh</id>
      <url>https://oss.sonatype.org/content/repositories/snapshots</url>
      <snapshots>
        <enabled>true</enabled>
      </snapshots>
    </repository>
  </repositories>

And add the ErisCasper.java dependency. Snapshot versions can be found here.

  <dependency>
    <groupId>com.github.princesslana</groupId>
    <artifactId>ErisCasper.java</artifactId>
    <version>LATEST.SNAPSHOT.VERSION</version>
  </dependency>
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].