A package to get information about Click and Collect slots in NZ
Project description
Click and Collect NZ
Usage
usage: python -m clickandcollectnz [-h] [--json] [{Countdown,NewWorld,PakNSave}] [store_id]
NZ Click and Collect time slots.
positional arguments:
{Countdown,NewWorld,PakNSave}
store_id
optional arguments:
-h, --help show this help message and exit
--json output in JSON format
Examples
$ python -m clickandcollectnz Countdown --json | jq
[
{
"id": "951739",
"name": "Countdown Hawera",
"available": 0,
"next_available": null,
"days": []
},
...
]
$ python -m clickandcollectnz Countdown 951739 --json | jq
{
"id": "951739",
"name": "Countdown Hawera",
"available": 43,
"next_available": {
"time": "09:00AM - 10:00AM",
"available": true,
"raw_status": "Closing Soon"
},
"days": [
{
"date": "2020-04-06",
"slots": [
{
"time": "09:00AM - 10:00AM",
"available": false,
"raw_status": "Closed"
},
...
]
},
...
]
}
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
Close
Hashes for clickandcollectnz-0.1.1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 38e662808874d8646e0cc1cddea90cc4ddfa2ed57a5fcdfbc18cffb863cbf35e |
|
MD5 | 95968a60b9431838e531c7634c0da180 |
|
BLAKE2b-256 | 6eadacc4c211cac7aab96820263a15506a347756b8af8c8986f1276487133dd3 |