Unofficial CLI for viewing deliveries on post.at. Uses the same web flows as the site and requires your own account credentials.
- Login (short‑lived session caching)
- List deliveries (upcoming by default)
- Delivery details (expected date, sender, tracking number, picture URL when available)
- Set delivery place redirection (Wunschplatz)
npm install
npm run buildexport POST_AT_USERNAME="you@example.com"
export POST_AT_PASSWORD="your-password"
node dist/cli.js login
node dist/cli.js deliveries # all deliveries (default)
node dist/cli.js deliveries --status pending # pending only
node dist/cli.js deliveries --status delivered # delivered only
node dist/cli.js delivery <sendungsnummer>
node dist/cli.js routing place <sendungsnummer> --preset vor-der-wohnungstuer --description "If possible, please leave at the door"Login
Logged in as you@example.com
Deliveries
Status: IV (In Verteilung) (in progress)
1042348411302810212306 ETA: 2026-01-07 – 2026-01-08 from AMAZON
1000265501074370110700 ETA: 2026-01-07 – 2026-01-08 from AllesPost
Status: ZU (Zugestellt) (delivered)
1040906472585010212306 ETA: 2026-01-06T00:00:00 from AMAZON
Delivery details
Tracking: 1042348411302810212306
Expected: 2026-01-07 – 2026-01-08
Sender: AMAZON
Status: IV
Picture: https://...
POST_AT_USERNAME: your post.at login emailPOST_AT_PASSWORD: your post.at password
List the current options from post.at:
node dist/cli.js routing place-optionsKnown options (may change):
Vor_Haustüre— Vor der HaustüreVor_Wohnungstüre— Vor der WohnungstüreAufOderUnter_Briefkasten— Unter / Auf dem BriefkastenHinter_Zaun— Hinter dem ZaunIn_Garage— In der GarageAuf_Terrasse— Auf der TerrasseIm_Carport— Im CarportIn_Flexbox— In der Flexboxsonstige— Anderer Wunsch‑Platz
You can use a key directly:
node dist/cli.js routing place <sendungsnummer> --key Vor_Wohnungstüre --description "Bitte vor die Wohnungstür"This project is not affiliated with, endorsed by, or sponsored by Österreichische Post AG or post.at in any way.
Use is at your own risk. The software is provided “as is”, without warranty of any kind, express or implied. The authors and contributors are not responsible for any damages, losses, or legal issues arising from its use.
Only use this tool with your own account and in compliance with post.at’s terms of service and applicable laws.