20
TUI for Lemmy (Lemmynator) is "out"! :D
(slrpnk.net)
A home for discussion of Lemmy apps and tools for all platforms.
RULES:
An extensive list of Lemmy apps is available here:
Visit our partner Communities!
Lemmy Plugins and Userscripts is a great place to enhance the Lemmy browsing experience. !plugins@sh.itjust.works
Lemmy Integrations is a community about all integrations with the lemmy API. Bots, Scripts, New Apps, etc. !lemmy_integrations@lemmy.dbzer0.com
Lemmy Bots and Tools is a place to discuss and show off bots, tools, front ends, etc. you’re making that relate to lemmy. !lemmy_dev@programming.dev
Lemmy App Development is a place for Lemmy builders to chat about building apps, clients, tools and bots for the Lemmy platform. !lemmydev@lemm.ee
Is there any chance you'd consider implementing this as a "generic" ActivityPub client? Instead of using Lemmy's API, you could query the AP endpoints directly.
I would love to! could you open an issue and elaborate more? like what's your use case and why not use it as it is (you can be surprised but i actually dont know much about activitypub)
The main reason is that I strongly believe that we need to move away from server-centric software for social media and to start working on a local-first application that can browse the social web "natively". I wrote a series of blog posts explaining the shortcomings of current AP server software, and how the current architecture will not be enough to achieve mainstream.
I've already developed a generic ActivityPub Server and I recently started exploring the client side as well.
I'm not really a developer or coder but that server setup of yours is exactly what I've been hoping to find to let me learn about all of it, thanks!