Hello!
If some people are interested, here's the first release of a tool (madonctl) I've been working on for the last few days, a command-line interface for the Mastodon API.
It supports almost all commands from the API (including the Streaming API), the only missing function is updating the user's account.
Please let me know if you find it useful!
- https://lilotux.net/~mikael/pub/madonctl/
- https://github.com/McKael/madonctl
@McKael what is the API? Is it the same as or a subset of the OStatus protocol that the nodes use to intercommunicate? Or is it different?
@weberc2 I have not checked OStatus but I'm pretty sure the client API is entirely different and specific to Mastodon.
@McKael je vois. C'est ce que j'ai imaginé. Je voudrais trouver un lib pour OStatus en golang.
@McKael Ouais, je l'ai vu, mais c'est incomplet. :/
@weberc2 https://github.com/emersion/go-ostatus ?