SwitchbladeBot / switchblade

The open source Discord bot that solves all of your problems.
https://switchblade.xyz/
BSD 4-Clause "Original" or "Old" License
429 stars 218 forks source link

Standarized Notifications System #1044

Open pedrofracassi opened 5 years ago

pedrofracassi commented 5 years ago

We should create a standarized system for letting users set up notifications on their servers. This system would let us easily integrate services into Switchblade and watch for new content.

I have some ideas. Notifications could have different types, such as WebhookNotifications, which would get triggered by webhooks, or MQNotificaitons, which would be triggered by RabbitMQ messages (letting us create a micro service architecture with custom "watchers" for each service)

pedrofracassi commented 5 years ago

@davipatury what do you think?

jaxxibae commented 4 years ago

MQNotificaitons