Daily Email Report Extractor
A Python CLI tool that processes daily email export files (CSV/JSON) to extract key metrics and content. It’s for developers and analysts who need automated, scheduled reporting from their email archives. The key benefit is generating consistent, formatted reports without manual data entry. Features Process daily email exports in CSV or JSON format Extract key metrics: sender, subject, date, and word count Generate summary reports in JSON, CSV, and plain text Filter emails by date range and sender domain Schedule automated daily runs via cron or systemd Usage python daily_email_extractor....