Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 628 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 628 Bytes

chat-samples

This repository contains samples illustrating how to interact with Twitch Chat.

  1. Javascript - a simple chatbot written in Javascript using WebSockets to demonstrate how to interact with chat on Twitch.
  2. Python - a simple chatbot written in Python using IRC to demonstrate how to interact with chat on Twitch.
  3. Java - a simple chatbot written in Java using IRC to demonstrate how to interact with chat on Twitch.