All Projects → Grahnz → Twitchirc Unity

Grahnz / Twitchirc Unity

Licence: mit
lightweight IRC client component for use with the Unity Engine.

Labels

Projects that are alternatives of or similar to Twitchirc Unity

twitch-chat-bot
No description or website provided.
Stars: ✭ 63 (-22.22%)
Mutual labels:  twitch, irc
twitchchat
interface to the irc portion of Twitch's chat
Stars: ✭ 80 (-1.23%)
Mutual labels:  twitch, irc
TwitchPy
This is a package you can use to connect with the Twitch API, manage a channel, create bots, etc
Stars: ✭ 22 (-72.84%)
Mutual labels:  twitch, irc
Twitch4j
Modular Async/Sync/Reactive Twitch API Client / IRC Client
Stars: ✭ 209 (+158.02%)
Mutual labels:  twitch, irc
bot
A Go package for building Twitch.tv IRC chat bots. Previously "twitchbot".
Stars: ✭ 17 (-79.01%)
Mutual labels:  twitch, irc
jChat
jChat is an overlay that allows you to show your Twitch chat on screen with OBS, XSplit, and any other streaming software that supports browser sources.
Stars: ✭ 106 (+30.86%)
Mutual labels:  twitch, irc
twitch-bot-tutorial
Official repo of the "Building a Python Twitch bot (2020)" series.
Stars: ✭ 21 (-74.07%)
Mutual labels:  twitch, irc
twitch-irc-rs
Twitch IRC library for the Rust programming language
Stars: ✭ 58 (-28.4%)
Mutual labels:  twitch, irc
recent-messages2
Service to provide historical messages to Twitch chat clients
Stars: ✭ 21 (-74.07%)
Mutual labels:  twitch, irc
godot-twicil
Godot TwiCIL – Godot Twitch Chat Interaction Layer
Stars: ✭ 57 (-29.63%)
Mutual labels:  twitch, irc
Tc
A desktop chat client for Twitch
Stars: ✭ 182 (+124.69%)
Mutual labels:  twitch, irc
Matterbridge
bridge between mattermost, IRC, gitter, xmpp, slack, discord, telegram, rocketchat, twitch, ssh-chat, zulip, whatsapp, keybase, matrix, microsoft teams, nextcloud, mumble, vk and more with REST API (mattermost not required!)
Stars: ✭ 4,452 (+5396.3%)
Mutual labels:  twitch, irc
Go Twitch Irc
go irc client for twitch.tv
Stars: ✭ 155 (+91.36%)
Mutual labels:  twitch, irc
mIRC-Twitch-Scripts
Various scripts and games to use with a mIRC bot designed for Twitch.tv
Stars: ✭ 30 (-62.96%)
Mutual labels:  twitch, irc
Twitch Bot
🤖 Easily create chat bots for Twitch.tv
Stars: ✭ 111 (+37.04%)
Mutual labels:  twitch, irc
twitch-chatlog
Fetch the chatlog to a twitch VOD from your command line.
Stars: ✭ 78 (-3.7%)
Mutual labels:  twitch, irc
Multistreamer
[discontinued] A webapp for publishing video to multiple streaming services at once.
Stars: ✭ 281 (+246.91%)
Mutual labels:  twitch, irc
Java Twirk
Small, basic library for communication via the Twitch chat. Java 8 compatible
Stars: ✭ 36 (-55.56%)
Mutual labels:  twitch, irc
Biboumi
IRC gateway for XMPP
Stars: ✭ 51 (-37.04%)
Mutual labels:  irc
Oragono
A modern IRC server (daemon/ircd) written in Go.
Stars: ✭ 1,171 (+1345.68%)
Mutual labels:  irc

img

TwitchIRC.cs

Is a lightweight IRC client component for use with the Unity Engine.

Prerequisites

In order to connect to Twitch IRC, you must have three pieces of information:

  1. The name of channel that you want to join.
  2. A Twitch account.
  3. Oauth token from API or from a site using it: www.twitchapps.com/tmi

Usage

Enter your twitch name, oauth token and the name of the channel you want to join in the inspector of TwitchIRC. Drop a component that utilizes TwitchIRC.cs or try the TwitchChatExample.cs chat component.

API

Sending:

  • TwitchIRC.SendMsg(string msg)
  • TwitchIRC.SendCommand(string cmd)

Reading: Add a listener via:

  • TwitchIRC.messageRecievedEvent.AddListener(function(string))

For an example see TwitchChatExample.cs

Known issues

  • Please tell me if you find any!
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].