Daily Email Report Extractor

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....

<span title='2026-04-10 00:00:00 +0000 UTC'>April 10, 2026</span>&nbsp;·&nbsp;OddShop
Property Value Data Extractor

Property Value Data Extractor

This tool automates the extraction of property value estimates for lists of addresses or Zillow Property IDs (ZPID). It is for real estate analysts and investors who need to gather market data without manual copying. It processes data from CSV files and outputs structured results. Features Batch process addresses from CSV files Accept Zillow Property IDs (ZPID) as input Extract Zestimate, value range, and last updated date Export results to CSV or JSON format Handle rate limiting and retries for robust scraping Usage python scraper....

<span title='2026-04-10 00:00:00 +0000 UTC'>April 10, 2026</span>&nbsp;·&nbsp;OddShop
Google Maps Data Extractor

Google Maps Data Extractor

This tool processes exported Google Maps search results (saved as HTML files) and extracts business listings into a clean CSV. It’s for researchers, marketers, and developers who need structured location data without manual copying. Works with data exported from Google Maps. Features Parse HTML files containing Google Maps search results Extract business name, address, phone number, and website Export cleaned data to a structured CSV file Handle pagination by processing multiple exported HTML files Configurable output fields via a simple JSON settings file Usage from maps_extractor import process_export process_export('search_results....

<span title='2026-04-04 00:00:00 +0000 UTC'>April 4, 2026</span>&nbsp;·&nbsp;OddShop
TecDoc Parts Data Extractor

TecDoc Parts Data Extractor

A Python CLI tool that processes TecDoc catalog data exports (CSV, Excel) to extract and structure vehicle parts information. For automotive developers and data analysts who need clean, queryable parts data without manual work. Outputs standardized JSON or CSV for integration. Features Parse multi-sheet TecDoc Excel catalogs into structured tables Extract part numbers, descriptions, and vehicle compatibility mappings Clean and normalize manufacturer and OE reference numbers Export to flat CSV or nested JSON for easy database import Filter results by vehicle make, model, year, or part category Usage td_extract --input tecdoc_export....

<span title='2026-04-04 00:00:00 +0000 UTC'>April 4, 2026</span>&nbsp;·&nbsp;OddShop
Traffic Data Extractor

Traffic Data Extractor

Python CLI tool that fetches live traffic data using Google Maps API keys. Helps developers and analysts build traffic-aware applications without complex scraping infrastructure. Features Fetch current traffic conditions for specified routes Export traffic data as JSON or CSV files Batch process multiple origin-destination pairs from input file Cache results to minimize API calls and costs Filter results by traffic severity levels Usage python traffic_scraper.py --api-key YOUR_KEY --origin "New York" --destination "Boston" --output traffic_data....

<span title='2026-04-04 00:00:00 +0000 UTC'>April 4, 2026</span>&nbsp;·&nbsp;OddShop