-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
16 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,16 @@ | ||
# twitch-chat-reader | ||
A mostly self-contained client to Twitch chat, use as OBS overlay | ||
# Twitch Chat Reader | ||
|
||
A mostly self-contained client to Twitch chat, use as OBS overlay. | ||
|
||
This uses `justinfan+number` as a way to read chat without auth. Also, it loads badge data from [twitchinsights.net](https://twitchinsights.net/badges), so that may break in the future. Use at your own peril. | ||
|
||
[Demo](https://oelna.github.io/twitch-chat-reader/) (uses channel [twitch.tv/amaz](https://www.twitch.tv/amaz), on at 4pm CET) | ||
|
||
## Instructions | ||
|
||
- download `index.html` and `tmi.min.js` | ||
- set channel and options (line ~100) | ||
- set font to use in CSS (line ~10) | ||
- set up in OBS as `Browser Source` ("local file") | ||
|
||
This was working in 2022. If it's not, don't @ me. |