modulepackage
0.0.0-20241202232827-d65f4f291ac0
Repository: https://github.com/nullvt/stream-admin.git
Documentation: pkg.go.dev
# README
Stream Admin
TODO:
- tag presets (toggle)
- enable emotes from multiple channels, by adding them to a whitelist
Emotes caching
- have a time-based function to periodically fetch a list of emotes.
- use said list of emotes to got and fetch the images and cache them on disk(?).
- store the emotes as a key-value of { "emoteName": "fileID" }
- add list of known emote parsing into common message object
- provide and API endpoint for loading the emotes on the UI
- on the UI replace the emotenames in the message text with an
tag.
[
{
"name": "LUL",
"id": "uuidV4",
"filepath": "/path/to/file.png",
"mimetype": "image/png",
"platform": "twitch/7tv",
"accessLevel": "TODO"
}
]