exlted / StreamCore

This is a self-hosted streaming infrastructure system. Think StreamLabs, but you're in control. Long term, we intend to support as many platforms as possible!
MIT License
5 stars 0 forks source link

Bot Framework #4

Open exlted opened 3 years ago

exlted commented 3 years ago

A simple bot template is a goal I have for this, whether it's a user configurable bot, or is just a template to allow for easy bot development using the StreamCore systems is not decided at this time.

I will be developing my personal bot using this system once I'm able to, so depending on how configurable I decide it needs to be, I might make it the default, or it'll be separate and just based off of the base bot here in StreamCore

exlted commented 2 years ago

I expect this will be a few officially supported Bot frameworks in a few programming languages. It will wrap all the connection work to RabbitMQ up and provide a nice coding interface for handling messages. The main reason this has changed to be a framework, is because to support generic capabilities the RabbitMQ Messaging will be moderately complicated, so we want to allow bot creation while hiding that complexity as much as possible.