I want to write a really simple #Mastodon client program that just uploads one post. Is it worth bringing in a library, or should I just use the API directly?
The use case is that every time I add a new blog post to my static site, I want to post a snippet and link to Mastodon.
My static site generator is written in #Golang.