Self-hosted Twitch-Overlay
Go to file
2022-04-22 01:10:29 +02:00
public Move app js to match overlay name 2020-12-01 22:28:19 +01:00
.gitignore Initial version with followers overlay 2020-11-20 22:51:10 +01:00
api.go Fix: route log name 2021-09-22 21:02:08 +02:00
assets.go Fix: Do not allow git dir to be exposed 2020-12-16 17:14:00 +01:00
demo.go Allow to customize event parameters 2021-06-16 18:38:01 +02:00
Dockerfile Set default env vars for storage 2020-12-10 22:41:37 +01:00
eventsub.go Fix: route log name 2021-09-22 21:02:08 +02:00
go.mod Implement IRC connection for raids 2020-11-30 02:29:11 +01:00
go.sum Implement IRC connection for raids 2020-11-30 02:29:11 +01:00
irc.go Clear message on empty resub 2021-07-21 14:08:20 +02:00
LICENSE Add Meta 2020-12-07 14:47:57 +01:00
main.go Switch to eventsub after webhook deprecation 2021-09-22 20:47:42 +02:00
README.md Add deprecation warning 2022-04-22 01:10:29 +02:00
stats.go Add storing / replaying events 2021-05-09 18:39:30 +02:00
storage.go Add storing / replaying events 2021-05-09 18:39:30 +02:00
twitch.go Switch to eventsub after webhook deprecation 2021-09-22 20:47:42 +02:00
webhook.go Switch to eventsub after webhook deprecation 2021-09-22 20:47:42 +02:00

Go Report Card

Luzifer / twitch-manager

Project deprecated: This project is no longer maintained as the Twitch-Bot now is capable of serving overlays and handling events. So in order to reduce the amount of projects having the same purpose and mostly the same functionality this project is discontinued and will receive neither security nor functional updates.


Twitch-Manager is intended as an alternative to having overlays managed by Streamlabs or Streamelements and therefore having more control over the overlay, the availability and how they work.

At the moment it is a work-in-progress and does not yet implment all events it shall manage in the future.