Multi-Site Click & Form Tracker

Multi-Site Click & Form Tracker

A Python CLI tool for Belgian agencies managing multiple websites. It processes exported CSV/JSON files from analytics or CRM platforms to consolidate phone clicks, form submissions, and email click events into a single report. Works offline with exported data — no live API or OAuth required. Features Import CSV/JSON/Excel files from multiple sites — auto-detect and merge columns Identify phone click events via tel: links or custom data attributes Track form submissions by matching form IDs or URL patterns Detect email click events from mailto: links or tracking parameters Export consolidated report as CSV with site name, event type, timestamp, and URL Usage python track_events....

<span title='2026-05-09 00:00:00 +0000 UTC'>May 9, 2026</span>&nbsp;·&nbsp;OddShop
Marketplace Electronics Price Tracker

Marketplace Electronics Price Tracker

This Python CLI tool reads a CSV file containing Amazon product URLs and scrapes current prices, titles, and availability daily. It’s for developers and analysts who need to track price fluctuations for market research or personal use. Outputs clean JSON or CSV reports for easy analysis. Features CSV input — Provide a list of product URLs in a simple CSV file Daily scraping — Schedule daily price checks with cron or Task Scheduler Robust parsing — Extracts price, title, availability, and ASIN from product pages Multiple outputs — Save results as JSON, CSV, or append to a log file Error handling — Skips invalid URLs and logs errors for review Usage amazon-tracker --input urls....

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