Parcel tracking system - email-driven with AI-bootstrapped parsers
  • Python 78%
  • HTML 21.4%
  • Dockerfile 0.6%
Find a file
bullitt168 c1c5c5d7c0
Some checks failed
Build and Push Container Image / build (push) Failing after 0s
Iterations 26-30: carrier URL support, stats API, priority sort, URL param extraction, last_event
- DPD/GLS/UPS/FedEx tracking URL normalization
- GET /api/stats for system overview
- API shipments sorted by state urgency
- GLS/UPS/FedEx tracking number extraction from URL params
- last_event summary in shipments list API

Co-Authored-By: Claude <noreply@anthropic.com>
2026-06-27 01:24:51 +02:00
.forgejo/workflows Simplify CI workflow - remove redundant container directive 2026-06-27 00:29:35 +02:00
templates Iterations 21-25: UI track button, parsers API, delete parser, first_seen from email date 2026-06-27 01:24:00 +02:00
.dockerignore Initial implementation of trackbox parcel tracking system 2026-06-27 00:18:15 +02:00
.env.example Initial implementation of trackbox parcel tracking system 2026-06-27 00:18:15 +02:00
.gitignore Initial implementation of trackbox parcel tracking system 2026-06-27 00:18:15 +02:00
ai.py Search HTML for tracking links in field_map link_containing strategy 2026-06-27 00:55:56 +02:00
db.py Iterations 21-25: UI track button, parsers API, delete parser, first_seen from email date 2026-06-27 01:24:00 +02:00
docker-compose.yml Initial implementation of trackbox parcel tracking system 2026-06-27 00:18:15 +02:00
Dockerfile Initial implementation of trackbox parcel tracking system 2026-06-27 00:18:15 +02:00
ingest.py Iterations 26-30: carrier URL support, stats API, priority sort, URL param extraction, last_event 2026-06-27 01:24:51 +02:00
main.py Iterations 26-30: carrier URL support, stats API, priority sort, URL param extraction, last_event 2026-06-27 01:24:51 +02:00
requirements.txt Initial implementation of trackbox parcel tracking system 2026-06-27 00:18:15 +02:00