Skip to content

Amelia - Twins of Water.

Compare
Choose a tag to compare
@ShindouMihou ShindouMihou released this 07 Jun 21:47
· 105 commits to master since this release
da4f7a7

Amelia, Twins of Water.

This version is a major change of Amelia which separates the Discord bot process and the processing process which handles all the notifications, etc.

  • Amelia Websocket
    The websocket takes over almost all processing from Amelia (mainly the feed updates and trending notifications) and separates itself to another process, allowing better rolling updates and maintainability.
  • Amelia Client
    The client handles the Discord side of things, for example, receiving user inputs to the database and saving them to the database or receiving payloads from the websocket and relaying it to Discord like for example, RSS feed updates or trending notifications.

Installation

You can find the installation of both clients on their respective repositories or a unified one on this repository's readme.