Commit graph

3 commits

Author SHA1 Message Date
Pieter
754fddef12 Add generic LLM provider terminology
- Update all documentation to use "LLM API" instead of "OpenAI GPT-4o-mini"
- Rename OPENAI_API_KEY to LLM_API_KEY in configuration
- Update code comments to reflect generic LLM usage
- Keep OpenAI-compatible client library (supports any LLM provider)
- Add LOCAL_OPERATIONS.md and accounts.txt to .gitignore
2026-04-18 20:27:09 +02:00
Pieter
870a0710b5 Update README with toxicity analysis features and add MIT license
- Document toxicity analysis capabilities and features
- Add configuration for OPENAI_API_KEY
- Include instructions for running analysis
- Add cost estimation and database schema info
- Link to ANALYSIS_REPORT.md for research findings
- Add MIT License

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

Co-Authored-By: Claude <noreply@anthropic.com>
2026-03-31 17:55:03 +02:00
Pieter
1783a48d7c Initial commit: Mastodon collector application
Add Flask-based application for collecting and archiving Mastodon posts from configured accounts.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2026-02-09 08:05:54 +01:00