this post was submitted on 20 Feb 2025
27 points (100.0% liked)
Fedigrow
1321 readers
6 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
- !fedibridge@lemmy.dbzer0.com to organize overall fediverse growth
- !reddit@lemmy.world to keep tabs on where new users might come from :)
- !newcommunities@lemmy.world
- !communitypromo@lemmy.ca
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.
@tgxn@lemmy.tgxn.net
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!