Analyze negative reviews from App Store apps to identify opportunities and common pain points.
Install dependencies:
bundle install rake db:migrate
Create a
.envfile with your OpenRouter API key:echo"OPENROUTER_API_KEY=your_key_here"> .env
Analyze top apps for a keyword:
ruby app_store_review_intelligence.rb analyze "photo editor"View analysis history:
ruby app_store_review_intelligence.rb history"photo editor"This tool:
- Searches the App Store for top apps matching your keyword
- Collects negative reviews (1-3 stars) from those apps
- Uses AI to identify common patterns and opportunities
- Caches results to avoid redundant API calls