GitHub - Lars147/apo-cli

Your pharmacy in the terminal — search products, manage cart, checkout in browser

Python 3.9+ MIT License Zero Dependencies


🚀 Quick Start

uv tool install git+https://github.com/Lars147/apo-cli
apo search "Aspirin"

✨ Features

Feature Description
🔍 Search Find products by name or PZN
📦 Product Details Prices, availability, descriptions
🗂️ Categories Browse product collections
🛒 Cart Add, remove, view items
🌐 Checkout Opens browser with your cart
🤖 AI-Friendly Designed for Claude, Codex, OpenClaw

📖 Usage

# Search
apo search "Ibuprofen 400"

# Product details
apo product <handle>

# Categories
apo categories
apo list --category bestseller

# Cart
apo cart                      # Show
apo cart add <variant_id>     # Add
apo cart remove <variant_id>  # Remove
apo cart clear                # Clear
apo cart checkout             # Open browser

⚠️ Disclaimer

Unofficial tool for apohealth.de. Not affiliated with apohealth.


📄 License

MIT © Lars Heinen