-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Chatbot] Add integration with Twitch #140
Labels
external project
It should be done in another repository
Comments
yuripourre
changed the title
Add support to twitch
[Chatbot] Add integration with twitch
Jul 5, 2022
yuripourre
changed the title
[Chatbot] Add integration with twitch
[Chatbot] Add integration with Twitch
Aug 21, 2023
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/twitch4j/twitch4j
Example: https://github.com/twitch4j/twitch4j-chatbot/blob/master/src/main/java/com/github/twitch4j/chatbot/Bot.java
Authentication: https://twitch4j.github.io/credentialmanager
Send Message: https://twitch4j.github.io/chat/send-message
Receive Message: https://twitch4j.github.io/events/channel-message-event
BareMetal
Client: https://dev.twitch.tv/docs/irc/example-bot
Parser: https://dev.twitch.tv/docs/irc/example-parser/
Seems that Twitch uses websocket for connections.
All the commands are compatible with IRC protocol.
The text was updated successfully, but these errors were encountered: