Skip to main content

package checks Automation Direct's products' availability

Project description

automation_direct_stock

I am in no way associated with automationdirect.com

A simple python module to easily check if the product at a given url on automationdirect.com is in stock

Installation

Requires Python 3 and pip

From the PyPI:

pip install [--user] automation_direct_stock

From GitHub:

# Clone this repository
git clone https://github.com/PhilipConte/automation_direct_stock.git

# Go into the repository
cd automation_direct_stock

# install the module using pip
pip install [--user] .

Usage

Use from the commandline or a python script (make sure to put the url in quotes)

#commandline
adstock "url_to_check"

#python script
from automation_direct_stock import isInStock
isInStock("url_to_check")

Possible Return Values

#if in stock
'In Stock'

#if out of stock
'Out Of Stock'

#if not found or url invalid
'error'

#(commandline only) if invalid number of arguments passed
'bad arguments'

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

automation_direct_stock-1.0.0.tar.gz (2.3 kB view hashes)

Uploaded Source

Built Distribution

automation_direct_stock-1.0.0-py3-none-any.whl (3.2 kB view hashes)

Uploaded Python 3

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