this post was submitted on 07 Jul 2023
10 points (100.0% liked)
Lemmy Moderation Tools
271 readers
1 users here now
Welcome
I'm working on a moderation tool to work with Lemmy.
I'm still in early development and discovery. This channel will update the status and respond to questions during development, testing, release, and post-release.
You are encouraged to create posts defining your needs. I also appreciate feedback on status updates. This helps me maintain the right track.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Ah, what I meant by federated site vs app is would SocialCare act as if you were browsing the community in question from a federated instance (i.e. the posts have been federated over and you work off of that data) or something like wefwef/Voyager where you're still connecting to the original instance's API (plus maybe also some SocialCare APIs for any extras)?
I see what you're saying. It would be a mix of both due to some limits of the current Lemmy API. Rate limits based on IP & inconsistent instance limits are the biggest factors. They also merge a lot of unrelated stuff into limit buckets. Without a robust API with client keys, I'm kind of limited.
It's an interesting problem; I guess federation needs to be part of the solution just to allow access to enough data when your need it.
In my head the solution was a plugin that could call external APIs, like (plug incoming) the image duplicate detection tool that I'm working on.