-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature]: integrate with browse.feddit.de for community subscriber counts #972
Comments
Do they have an API to integrate with? |
I couldn't find a github for browse.feddit.de, but I found something similar (lemmyverse.net) with this issue open. https://data.lemmyverse.net/ might have what you need. I'm not a developer so I couldn't tell you |
Any update on this? Does the link I gave have the data needed for this? |
No update, it's pretty low priority so will let you know if there are any issues when we eventually get to it |
Yea, we will explore this and see, but I'd say it would be at least another week or so before it happens @Hikiru. I do like the idea though, because I've seen a lot of issues with counts. Probably will do this at the same time as integrating the better search API (if possible). |
I expected at least a week for something like this. Search and subscriber counts are the biggest issues with lemmy I have rn, I hope the lemmy devs work on it so third party devs don’t have to. |
Howdy, just a comment as I'm going to close the issue on my side. (I should probably add that I made/run lemmyverse.net) What @Hikiru is possible when this gets deployed in the next ~4 hours https://data.lemmyverse.net/data/community-metrics/lemmy.ml/afl.meta.json You could also just hit the instance directly with: Searching is another story, you could offer a way to download and cache the chunked community data, as discussed here: If you need data in another shape or want additional metrics to be included, I can do that too, just open another issue with me :D |
Check for open issues
What is the feature that you would like to have added?
Currently subscriber counts aren’t federated (big oversight in my opinion) which can make large communities look a lot smaller. For example, ![email protected] has over 11,000 total subscribers according to browse.feddit.de, but when viewed from Memmy from a sh.itjust.works account it only has around 350. A way for Memmy to mitigate this is to use browse.feddit.de to display subscriber counts.
Solution
Fetch subscriber counts from browse.feddit.de with a toggle to only show local subscriber counts (how it is now). Use the local subscriber count as a fallback in case browse.feddit.de doesn’t have a community for some reason or it goes down.
Alternatives
The only other alternative I can think of would be to try to get the Lemmy devs to add subscriber count federation. I’m pretty sure I opened my own issue about this a while ago though, and never got a response
The text was updated successfully, but these errors were encountered: