[METRICS] Compute sovereign archive metrics for #timmyTime and #TimmyChain #42

Closed
opened 2026-03-28 19:39:01 +00:00 by Timmy · 1 comment
Owner

Goal:
Produce clear local metrics for the two core archive vectors: #timmyTime and #TimmyChain.

Acceptance:

  • count total posts containing each hashtag
  • count media posts containing each hashtag
  • compute overlap/co-occurrence counts
  • produce time-series breakdowns (at least month-level)
  • output a durable local report and machine-readable JSON metrics file
  • no cloud processing of archive media

Proof should make it easy to answer: what does the #timmyTime / #TimmyChain media archive actually entail?

Goal: Produce clear local metrics for the two core archive vectors: `#timmyTime` and `#TimmyChain`. Acceptance: - count total posts containing each hashtag - count media posts containing each hashtag - compute overlap/co-occurrence counts - produce time-series breakdowns (at least month-level) - output a durable local report and machine-readable JSON metrics file - no cloud processing of archive media Proof should make it easy to answer: what does the #timmyTime / #TimmyChain media archive actually entail?
Timmy added this to the Art appreciation & ingestion milestone 2026-03-28 19:39:01 +00:00
Timmy self-assigned this 2026-03-28 19:39:01 +00:00
Timmy closed this issue 2026-03-28 20:16:32 +00:00
Author
Owner

Delivered.

Local proof:

  • ~/.timmy/twitter-archive/media/hashtag_metrics.json
  • ~/.timmy/twitter-archive/media/hashtag_metrics.md
  • #timmyTime: 76 posts / 62 media posts
  • #TimmyChain: 35 posts / 31 media posts
  • overlap: 4 tweet posts / 3 media posts

Tests:

  • python3 -m pytest tests/test_twitter_hashtag_metrics.py -q
  • python3 -m pytest tests -q
Delivered. Local proof: - `~/.timmy/twitter-archive/media/hashtag_metrics.json` - `~/.timmy/twitter-archive/media/hashtag_metrics.md` - `#timmyTime`: 76 posts / 62 media posts - `#TimmyChain`: 35 posts / 31 media posts - overlap: 4 tweet posts / 3 media posts Tests: - `python3 -m pytest tests/test_twitter_hashtag_metrics.py -q` - `python3 -m pytest tests -q`
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Timmy_Foundation/timmy-home#42