Fetch and display Costco tire center appointment availability
Project description
🚗 Costco Tire Appointment Finder
A lightweight Python library to find and display real-time Costco tire center appointment availability based on a Canadian postal code.
It automatically searches nearby warehouses and returns available booking slots for tire services.
✨ Features
- 📍 Find nearby Costco tire centers using postal code
- ⏱ Fetch earliest available appointment slots
- 📅 View availability grouped by date
- ⚡ Simple one-line usage
- 🎯 Optional search radius control
- 🛞 Optional seasonal tire service inclusion
🚀 Installation
pip install costco-tire-appointments
🚀 Usage
Print appointments (simplest)
from costco_tire_appointments import print_appointments
print_appointments("K2M0L1")
Get Structured Data
from costco_tire_appointments import get_appointments
results = get_appointments(
postal_code="K2M0L1",
radius_km=50,
include_seasonal=True
)
print(results)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file costco_tire_appointments-0.1.0.tar.gz.
File metadata
- Download URL: costco_tire_appointments-0.1.0.tar.gz
- Upload date:
- Size: 5.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e64a2e57d81378ca18334fbf7e39d31e8c34028a592578afb76ec61217762444
|
|
| MD5 |
5238a5fa9254b37ffb0310f46ebc1f48
|
|
| BLAKE2b-256 |
bbab1893bd4c89aef68061d5aee8eed4c0391e26b6249ee23c6883012b2165cc
|
File details
Details for the file costco_tire_appointments-0.1.0-py3-none-any.whl.
File metadata
- Download URL: costco_tire_appointments-0.1.0-py3-none-any.whl
- Upload date:
- Size: 6.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b39e9fc0b44d4400e9d6b650496ae5a5993e293fe9049ba335df6126e05358a1
|
|
| MD5 |
ebdfec833e85e088111c65494abba9ce
|
|
| BLAKE2b-256 |
a9c66cac0c4e709b9c826da8dcd6ca42704e9bbfef3464401ac7f16953300a66
|