Shopify Stream SDK
Project description
This module wraps the Ayinope Shopify Monitor websockets stream.
Installation
This module is available via pip:
$ pip install shopify-stream-sdk
Basic Usage
from shopifystream import ShopifyStream
shopify = ShopifyStream()
domain = 'www.example.com' # Optional
include = ['include', 'these', 'keywords'] # Optional
exclude = ['exclude', 'some', 'others'] # Optional
product = shopify.wait_for_product(domain=domain,
include=include,
exclude=exclude)
print(product)
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
File details
Details for the file shopify-stream-sdk-0.0.1.tar.gz
.
File metadata
- Download URL: shopify-stream-sdk-0.0.1.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6e18a867247154841184c212364e9701541e4f8c427833093ae4ac24699e7225 |
|
MD5 | deed2cebdbf1fa7c049abf70add000d6 |
|
BLAKE2b-256 | c2d0674d4dc35761627b56abc7660196f81a68b5c03202c9abad59528a88d6ad |