Files
timmy-home/scripts
Timmy 794cfc96f9
Some checks failed
Smoke Test / smoke (pull_request) Failing after 15s
feat: Know Thy Father Phase 1 — Media Indexing (#583)
Scans the Twitter archive for tweets with #TimmyTime or #TimmyChain,
maps them to media files, and produces a manifest for the multimodal
analysis pipeline.

## Results
- 107 tweets with target hashtags
- 92 tweets with media (88 video, 4 photo)
- 17 tweets without media
- 92 files found on disk, 0 missing
- Date range: Feb 2026 → Sep 2026

## Files
- scripts/twitter_archive/index_timmy_media.py — scanning + indexing
- tests/twitter_archive/test_index_timmy_media.py — 11 tests

## Usage
python index_timmy_media.py          # Full scan + write manifest
python index_timmy_media.py --status # Quick status
python index_timmy_media.py --json   # JSON output to stdout

## Output
~/.timmy/twitter-archive/know-thy-father/media-manifest.jsonl
~/.timmy/twitter-archive/know-thy-father/media-index-summary.json

Closes #583.
2026-04-13 20:37:17 -04:00
..