Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/qookei/twitch-chat-overlay
- Owner: qookei
- License: zlib
- Created: 2021-11-27T13:55:25.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-28T14:34:27.000Z (about 3 years ago)
- Last Synced: 2024-11-13T16:27:20.296Z (3 months ago)
- Topics: chat, livestream, twitch, website
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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).