AI Analyzer Command¶
Analyze content performance and provide AI-driven insights.
Quick Start¶
# Analyze post performance
praisonaiwp ai analyze performance 123
# Predict performance
praisonaiwp ai analyze predict 123
Subcommands¶
performance¶
Analyze content performance.
Options:
| Option | Description |
|---|---|
--metrics TEXT |
Metrics to analyze (views, engagement, seo) |
--timeframe TEXT |
Analysis timeframe |
--server TEXT |
Server name from config |
--json |
Output in JSON format |
predict¶
Predict content performance.
compare¶
Compare performance across posts.
Options:
| Option | Description |
|---|---|
--days INTEGER |
Comparison period |
Examples¶
# Basic performance analysis
praisonaiwp ai analyze performance 123
# Analyze specific metrics
praisonaiwp ai analyze performance 123 --metrics views,engagement
# Predict post performance
praisonaiwp ai analyze predict 123
# Compare performance over 30 days
praisonaiwp ai analyze compare --days 30
Requirements¶
- AI features:
pip install praisonaiwp[ai] - OpenAI API key:
export OPENAI_API_KEY="sk-..."