Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/qookei/twitch-chat-overlay

Simple Twitch chat overlay
https://github.com/qookei/twitch-chat-overlay

chat livestream twitch website

Last synced: 28 days ago
JSON representation

Simple Twitch chat overlay

Awesome Lists containing this project

README

        

# twitch-chat-overlay

Simple browser-based Twitch chat overlay.

## How to use

### GitHub pages

Use the following URL in the browser source: `https://qookei.github.io/twitch-chat-overlay/?userName=[&userId=]`.

### Locally

Launch a local web server (OBS browser source doesn't allow for URL parameters when using local files), for example:
```
$ python -m http.server
```

Then, use the following URL in the browser source: `http:///?userName=[&userId=]`.

### Available options:
- `userName` (required) - the user whose chat to look at.
- `userId` (optional) - the ID of the user whose chat to look at (needed for fetching custom badges).