Logo

EVENT LIST

The year is 2025, people are rebelling against 3rd party services that require you to beg for their servers being up while you are livestreaming... and this is where the EVENT LIST comes in! Your most recent Twitch and Kofi events, all within Streamer.bot – and locally if you want.
SNIFFA

BROWSER SOURCE URL
https://tawmae.xyz/overlays/event-list.html
SETUP

1. In Streamer.bot, go into the Servers/Clients -> WebSocket Server tab. Check Auto Start WebSocket Server, leave Address at 127.0.0.1 and the Port at 8080. You can set a password if you want, just make sure to leave Enforce All Requests unchecked. Start the server.

Here you can check in real-time if your Websocket server is up and running:

2. Copy the Browser Source URL from above into your clipboard.

3. In OBS, create a new Browser Source, name it whatever you want. Then paste the copied URL into URL and preferably set the Width and Height to your OBS canvas size.

And then you're done Pog Clap

CUSTOMIZATION

You can add URL Parameters at the end of the URL to customize certain things. The first parameter is getting added with a ?, every additional one with a &.


Example: https://tawmae.xyz/overlays/event-list.html?width=800px&eventcolor=white&color=linear-gradient(135deg,%23a800ff,%23ff0080)&usernamecolor=white

Background Color

Changes the background color of the individual event bars. Supports hex codes and gradients.

color=white


color=#fff

Username Color

Changes the background color of the username. Supports hex codes and gradients.

usernameColor=white


usernameColor=#fff

Event Text Color

Changes the background color of the event text. Supports hex codes and gradients.

eventColor=white


eventColor=#fff

Font

Changes the font used for the text. Supports standard fonts. Use a + character to replace spaces.

font=Arial


font=Comic+Sans+MS

Username Font Size

Changes the font size of the username. The default size is set to 32

usernameSize=20

Event Text Font Size

Changes the font size of the event text. The default size is set to 26

eventSize=20

Width

Changes the width of the event container. The default width is set to 700px

width=1000px

Anonymous Follows

Replaces the username and avatar with placeholders for follow events to allow followers to remain anonymous.

anonymousFollows=true

Watchstreaks

Disables watchstreaks from showing in the event list.

watchstreaks=false

CHANGELOG
Date Changes Version
February 02, 2025 Release 1.0.0