Metadata-Version: 2.4
Name: shortform-ai
Version: 0.1.1
Summary: Local-first CLI for short-form video and creator analysis
Author: Reelysis
License-Expression: MIT
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Requires-Dist: cryptography>=42.0
Requires-Dist: requests>=2.31.0
Requires-Dist: yt-dlp>=2024.1.1

# shortform-ai

Local-first CLI for short-form video and creator analysis.

Recommended install paths:

```bash
brew install shortform-ai
# or
pipx install shortform-ai
```

Development usage from this monorepo:

```bash
PYTHONPATH=packages/content-ai-runtime python3 -m content_ai_runtime.cli doctor
```

The CLI reads a user's own local Instagram Chrome session only after an
explicit `shortform-ai auth instagram --from-chrome` command. Session values are
redacted from output and are stored in local secure storage when available.

`content-ai` remains available as a backwards-compatible command alias.
