Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

shopify-stream-sdk-0.0.1.tar.gz (2.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page