Shinmera / tooter

A Common Lisp client library for Mastodon instances.
https://shinmera.github.io/tooter
zlib License
44 stars 6 forks source link

implementations of tooter #40

Closed mooseyboots closed 1 year ago

mooseyboots commented 1 year ago

hi, nice lib. i wonder if anyone out there is working on an implementation of this library? i maintain mastodon.el (fedi lib in elisp), and have been looking at this, learning some more CL/OS, & curious to know/see more, if there's a project using it.

Shinmera commented 1 year ago

There's two dependents listed on https://quickdocs.org/tooter

cage2 commented 1 year ago

On Mon, Mar 27, 2023 at 12:01:49PM -0700, you wrote:

Hi!

hi, nice lib. i wonder if anyone out there is working on an implementation of this library? i maintain mastodon.el (fedi lib in elisp), and have been looking at this, learning some more CL/OS, & curious to know/see more, if there's a project using it.

I have written one:

https://www.autistici.org/interzona/tinmop.html

The client works for pleroma but the server has API compatibility with mastodon, except for some extension (for example: chats) specific for pleroma.

Bye! C.

PS: cool project mastodon.el!