CouchBot
CouchBot copied to clipboard
(Twitch) Announce newly scheduled streams
- When scheduled.
- X minutes before scheduled stream is set to start.
- When cancelled.
Will need to do the following:
- Create new Twitch accessor function for getting a channels scheduled streams.
- Add 2 new tables to DB - ScheduledStreams and ScheduledStreamsQueue
- Modify Creator table to add a column for "MonitorSchedule" with boolean true/false value.
- Add new Scheduled Stream channel configuration item.
Initial Skeleton in place for ScheduledStream table and the add command. Next stream (11/19/2023) we will be working on the scheduling of alerts for new scheduled streams!