Skip to content
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

store output file for each community #155

Merged
merged 1 commit into from
Oct 8, 2023
Merged

store output file for each community #155

merged 1 commit into from
Oct 8, 2023

Conversation

tgxn
Copy link
Owner

@tgxn tgxn commented Oct 8, 2023

This will make looking up community data for #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
}

@tgxn tgxn merged commit 3521d89 into develop Oct 8, 2023
@tgxn tgxn deleted the community_metrics branch October 8, 2023 06:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant