tgxn / lemmy-explorer

Instance and Community Explorer for Lemmy
https://lemmyverse.net/
102 stars 9 forks source link

store output file for each community #155

Closed tgxn closed 9 months ago

tgxn commented 9 months ago

This will make looking up community data for https://github.com/tgxn/lemmy-explorer/issues/137

https://data.lemmyverse.net/data/community-metrics/{INSTANCE_URL}/{COMMUNITY_NAME}.meta.json

ie. https://data.lemmyverse.net/data/community-metrics/lemmy.ml/abruptchaos.meta.json

{
  "baseurl": "lemmy.ml",
  "url": "https://lemmy.ml/c/abruptchaos",
  "name": "abruptchaos",
  "title": "Abrupt Chaos",
  "desc": "",
  "nsfw": false,
  "counts": {
    "id": 6888,
    "community_id": 94408,
    "subscribers": 50,
    "posts": 0,
    "comments": 0,
    "published": "2023-06-16T19:44:46.894602",
    "users_active_day": 0,
    "users_active_week": 0,
    "users_active_month": 0,
    "users_active_half_year": 0,
    "hot_rank": 0
  },
  "published": 1686944686000,
  "time": 1696689183767,
  "isSuspicious": false,
  "score": 12750
}