Skip to content

Track Apple Store orders in real-time with Telegram notifications. Get instant updates when your order status changes, from processing to pickup. Simple Docker deployment, single user access.

License

Notifications You must be signed in to change notification settings

strategic-zone/apple-order-tracker

Repository files navigation

Apple Order Tracker Bot

Bot Demo

Telegram bot to track Apple store order status. Get notifications when your order status changes.

Features

  • Real-time order status monitoring
  • Automatic notifications on status changes
  • Progress visualization with emojis
  • Restricted access (single user)

Usage

  1. Create bot with @BotFather
  2. Get your Telegram ID from @userinfobot
  3. Set environment variables:
ALLOWED_USER_ID=your_telegram_id
TOKEN=your_bot_token
ORDER_STATUS_URL=your_apple_order_url

Docker Deployment

git clone https://github.com/yourusername/apple-order-tracker
cd apple-order-tracker
docker compose up -d

Commands

  • /start - Start tracking
  • Button Check Order Status - Manual status check

Status Types

  • 📝 Placed
  • ⚙️ Processing
  • 🚚 Shipping To Store
  • 📦 Ready For Pickup
  • ✅ Picked Up

Status check interval: 15 minutes

Requirements

  • Docker & Docker Compose
  • Python 3.11+
  • Telegram Bot Token
  • Apple Order Status URL

About

Track Apple Store orders in real-time with Telegram notifications. Get instant updates when your order status changes, from processing to pickup. Simple Docker deployment, single user access.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages