# justquick/django-activity-stream

Generate generic activity streams from the actions on your site. Users can follow any actors' activities for personalized streams.

Repository: https://github.com/justquick/django-activity-stream
Canonical: https://ross.abutalabs.com/products/django-activity-stream
Homepage: http://django-activity-stream.rtfd.io/en/latest/
Language: Python
License: BSD-3-Clause
License Family: permissive
Last push: 2025-12-15T00:04:01+00:00

## Health v2 (maintenance only)
Score: 48/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 57, release rhythm 8, longevity 100
- inputs: {"age_days": 6034, "days_push": 262, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2442, forks 471 (observed 2026-08-28T04:06:52.432852+00:00)

## What it is
A Django app for generating generic activity streams from user actions on a site, following the Activity Streams specification. It supports following and unfollowing actors so users can receive personalized feeds of actions performed on any Django model.

## Use cases
- build a GitHub-style dashboard showing actions on projects a user watches
- generate a personalized feed of actions from users someone follows
- record actor/verb/object/target events for any Django model
- create a social activity timeline for a web app
- track and display recent actions like 'user closed issue' on a site

## When to choose
- you have a Django project and need activity feeds or follow-based streams
- you want a spec-compliant (activitystrea.ms) action model with generic foreign keys
- you need a mature, BSD-licensed, actively maintained feed solution

## When to avoid
- your project is not Django-based
- you need real-time push notifications rather than queryable stream records
- you need a full federated social network protocol like ActivityPub

## Facets
- artifact type: library
- maturity: stable
- function: web-framework, middleware, orm
- domain: web-development, backend, social-media, developer-tools
- platform: python
- tags: django, activity-stream, activitypub, feeds, follow, generic-foreign-keys, web-server

## Member repositories
- justquick/django-activity-stream (main) score 48

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:52.432852+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:30:42.122921+00:00, confidence not recorded.
  - readme: https://github.com/justquick/django-activity-stream (fetched 2026-08-28T04:06:52.432852+00:00, sha bcb186bfda02)
  - registry_pypi: https://pypi.org/pypi/django-activity-stream/json (fetched 2026-08-29T10:12:33.063051+00:00, sha 7c0f88c4f742)
- Data as of 2026-08-30T08:39:29.467469+00:00.
