- Job history tracking with SQLite table - Dry-run mode (--dry-run) to test scrape rules - Plugin system with 3 built-in plugins (sentiment, dedupe, keywords) - REST API server (--api) for Metabase/Grafana integration - Parquet export (--export-parquet) for DuckDB/warehouses - SQLite maintenance (--backup, --vacuum) - Dashboard Integrations tab with external tools guides - Updated Dockerfile and docker-compose.yml for cloud deployment - Comprehensive README documentation
18 lines
127 B
Text
18 lines
127 B
Text
# Core
|
|
pandas
|
|
requests
|
|
|
|
# Async
|
|
aiohttp
|
|
aiofiles
|
|
|
|
# Dashboard
|
|
streamlit
|
|
|
|
# Export
|
|
openpyxl
|
|
pyarrow
|
|
|
|
# REST API
|
|
fastapi
|
|
uvicorn
|