├── .gitignore ├── LICENSE ├── README.md ├── requirements.txt └── shopifychecker.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ajnicolas/Shopify-Stock-Checker/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ajnicolas/Shopify-Stock-Checker/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ajnicolas/Shopify-Stock-Checker/HEAD/README.md -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ajnicolas/Shopify-Stock-Checker/HEAD/requirements.txt -------------------------------------------------------------------------------- /shopifychecker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ajnicolas/Shopify-Stock-Checker/HEAD/shopifychecker.py --------------------------------------------------------------------------------