mastodon-collector/app/analyzer
Pieter a8b28f63a0 Complete toxicity analysis system setup and testing
- Copy and integrate analysis templates from Bluesky collector
- Add template filters (format_number, time_ago, truncate_text)
- Add Analysis link to navigation
- Fix analyzer database schema compatibility (account_db_id, status_type)
- Add OPENAI_API_KEY to docker-compose environment
- Successfully tested analyzer on 100 statuses ($0.0116, 75.4 seconds)

Web interface available at /analysis and /analysis/flagged

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2026-03-30 15:39:36 +02:00
..
__init__.py Add toxicity analysis system for Mastodon statuses 2026-03-30 14:43:35 +02:00
__main__.py Add toxicity analysis system for Mastodon statuses 2026-03-30 14:43:35 +02:00
analyzer.py Add toxicity analysis system for Mastodon statuses 2026-03-30 14:43:35 +02:00
classifier.py Add toxicity analysis system for Mastodon statuses 2026-03-30 14:43:35 +02:00
config.py Add toxicity analysis system for Mastodon statuses 2026-03-30 14:43:35 +02:00
db.py Complete toxicity analysis system setup and testing 2026-03-30 15:39:36 +02:00