BrainzBot banner

BrainzBot

1 devlog
3h 57m 48s

A discord bot to fetch user’s ListenBrainz in your server inspired by .fmbot for last.fm! Made by me and two of my friends

This project uses AI

Because this is my “first” Rust project (first as in projects that are not a simple calculator etc), I do need some tips from AI. e.g. Should I use Option or Result enum? Why shouldn’t I .clone() it instead? Would it be better to use match? What’s a good crates for encrypting/decrypting? Shouldn’t I extract this into its own function?

I always try my best to refer to official docs at docs.rs because relying on LLMs would not teach me anything.

Repository

Loading README...

barra

We have done /login which allows us to link discord account to a ListenBrainz account with the user access token. Plus we also have implemented a foundation of what will become /nowplaying, it’s still in a very early staging test (a.k.a rough prototype) but it can currently fetch what’s the user is playing!

Attachment
0