Java Implementation

Dear all!

As a project for the university, I’ve been considering a JAVA-Software for Twitch (perhaps phyton).
Is it possible that I can use the TwitchAPI or twitch4j to get the livestream in combination with the live chat entries into my software?
I would evaluate in the next steps a sentiment analysis based on the image (streams) in combination with the chat replies.

Is there a possibility for that?

Best regards,
Kevin

Embedding Twitch

Only using the official player, embedded, is supported, so you’d need something to render HTML and run the javascript within.

if you asking about Twitch4J

If you combine StreamEndpoint with MessageInterface you can build a sample what you asking.
StreamEndpont - client.getStreamEndpoint()
MessageInterface - client.getMessageInterface()

@3ventic shows a simple sample using embed.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.