A command-line tool that leverages the Perplexity API to generate comprehensive research summaries on any topic.
- 🔍 Generate detailed research summaries using Perplexity's search capabilities
- 📄 Multiple output formats (markdown, plain text, JSON)
- ⚙️ Configurable research depth levels
- 💾 Built-in caching to reduce API calls
- 💰 Cost tracking and usage monitoring
- Get your Perplexity API key from Perplexity AI
- Create a
.env
file in the project root:
python research_cli.py "impact of AI on healthcare"
python research_cli.py "quantum computing applications" --depth detailed --format markdown --output research.md
- Python: 3.8 or higher
- API Key: Valid Perplexity API key
- Network: Internet connection required