Gikkman / Java-Twirk

Small, basic library for communication via the Twitch chat. Java 8 compatible
MIT License
54 stars 22 forks source link

Does this support 3rd party emote services? #50

Open 1Poseidon3 opened 2 years ago

1Poseidon3 commented 2 years ago

Does this library support 3rd party emote services like FrankerFaceZ, BetterTwitchTV, 7TV, etc.?

Gikkman commented 2 years ago

No, unfortunately not. Integrating with 3rd parties is not in scope of this library.

Depending on what you need, you could potentially scan the messages for the substring you're after. But if you're after the image URL or some other metadata about the emotes, then you'd need to look for another way of solving the integration.