Skip to main content
Nordlys logo, a drawing of two gray mountains with green northern lights in the background NikolaiK.dev

Back to all tags

open-source

Projects

  • A personal project of mine, Bot844 is a Deno-based two-fold application: a server-only service that automatically connects to Twitch channels and reacts to events and messages, and a small website to simplify the login process for end-users. It is made with customization in mind, new commands and localized customizable strings can be added easily; it has a CI/CD pipeline that pushes changes into a small efficient Docker package on Amazon EC2. While I don’t expect this project to become a staple in the open-source community, I consider it to be a personal success, achieving multiple goals at once:

    • Learning Deno and Fresh
    • Using third-party API with Web sockets and a fairly complex login flow to achieve a stable working experience of the bot
    • Last but not least, helping out my streamer friend.

    Do you want a system like that (or a different one), too? Contact me.