this post was submitted on 20 Feb 2025
27 points (100.0% liked)
Fedigrow
1280 readers
61 users here now
To discuss how to grow and manage communities / magazines on Lemmy, Mbin, Piefed and Sublinks
Resources:
- https://lemmy-federate.com/ to federate your community to a lot of instances
- [email protected] to organize overall fediverse growth
- [email protected] to keep tabs on where new users might come from :)
- [email protected]
- [email protected]
Megathreads:
- How (and when) to consolidate communities? (A guide)
- Where to request inactive or unmoderated communities? (A list)
Rules:
- Be respectful
- No bigotry
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
Community statistics are available from the Lemmy API. For example, this URL returns the info for this community: https://lemm.ee/api/v3/community?name=fedigrow
The community statistics are listed in the returned data under
counts:
.The API only returns current numbers, though. To create a time series you need to write a script to grab the community statistics on a regular basis and store the results.
Thanks! This seems like the best area for further research.
@[email protected]
Any chance that historical statistics like these could be incorporated into lemmyverse.net?
Funny you say that, I literally made a branch last night looking to add more graphs and stats 😁 I wanted to add some more pretty graphs and improve the inspector page a bit.
It'll probably take a little while but I'll see what I can do 👍👏
Edit, this kinda exists already... https://lemmyverse.net/instance/sh.itjust.works
Ha! What a coincidence! It would be great if we could see graphs of the growth of individual communities over time.
You're awesome!