معرفی شرکت ها


automation-direct-stock-1.0.0


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

package checks Automation Direct's products' availability
ویژگی مقدار
سیستم عامل -
نام فایل automation-direct-stock-1.0.0
نام automation-direct-stock
نسخه کتابخانه 1.0.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Philip Conte
ایمیل نویسنده philipmconte@gmail.com
آدرس صفحه اصلی https://github.com/PhilipConte/automation_direct_stock
آدرس اینترنتی https://pypi.org/project/automation-direct-stock/
مجوز MIT
# automation_direct_stock **I am in no way associated with automationdirect.com** A simple [python module](https://github.com/PhilipConte/automation_direct_stock) 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: ```bash pip install [--user] automation_direct_stock ``` From GitHub: ```bash # 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) ```bash #commandline adstock "url_to_check" #python script from automation_direct_stock import isInStock isInStock("url_to_check") ``` ## Possible Return Values ```bash #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' ```


نیازمندی

مقدار نام
- requests
- beautifulsoup4


نحوه نصب


نصب پکیج whl automation-direct-stock-1.0.0:

    pip install automation-direct-stock-1.0.0.whl


نصب پکیج tar.gz automation-direct-stock-1.0.0:

    pip install automation-direct-stock-1.0.0.tar.gz