Swarmer1
A Discord bot that notifies when Devil Daggers streams go live.
- .NET 8.0
- C# 12.0
There was an attempt at following Clean Architecture, where:
-
Swarmer.Domain represents the core logic of the application, this includes communication with Discord, Twitch API, and the database.
-
Swarmer.Web.Client represents the Web/UI part that the user interacts with. It is a Blazor WebAssembly project built with tailwindcss.
-
Swarmer.Web.Server is where the API is defined and can be regarded as the entry point of the application.
Footnotes
-
This bot was originally made by Angrevol#3416 and this project is a complete rewrite in C#. ↩