{ "info": { "author": "Jazeps Basko", "author_email": "jazeps.basko@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6", "Topic :: Software Development :: Libraries" ], "description": "===============\nbye-bye-shopify\n===============\n\nIf your Shopify store isn't doing too well, it's time to close it, but Shopify doesn't\nprovide an easy way to extract all your product catalogue. This Python utility allows\nyou to do that. I wrote it for and tested it only on my mom's candle store.\n\nFeatures\n========\n\n* Extract products and product variations to a JSON file, one per product\n* Extract product images to a local directory\n* Extract custom collections\n\nInstallation\n============\n\n.. code-block:: shell\n\n pip install bye-bye-shopify\n\nConfiguration\n-------------\n\nIn Shopify Admin, under *Apps* / *Manage private apps* (link at the very bottom\nof the page), create a new private app. The name of the app doesn't matter.\nSet the following environment variables by copying the values of *API key* and *Password*\ndisplayed on the page:\n\n.. code-block:: shell\n\n export BYE_BYE_API_KEY=\"...\"\n export BYE_BYE_API_PASSWORD=\"...\"\n\nYou will also need to set the hostname of your shop which is probably something\nlike ``yourshopname.myshopify.com``:\n\n.. code-block:: shell\n\n export BYE_BYE_API_HOSTNAME=\"yourshopname.myshopify.com\"\n\n.. code-block:: shell\n\n bye-bye-shopify --help\n\n bye-bye-shopify download_all\n\n ls -al data/products/\n ls -al data/custom_collections/\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/jbasko/bye-bye-shopify", "keywords": "shopify extract export products images json", "license": "MIT", "maintainer": "Jazeps Basko", "maintainer_email": "jazeps.basko@gmail.com", "name": "bye-bye-shopify", "package_url": "https://pypi.org/project/bye-bye-shopify/", "platform": "", "project_url": "https://pypi.org/project/bye-bye-shopify/", "project_urls": { "Homepage": "https://github.com/jbasko/bye-bye-shopify" }, "release_url": "https://pypi.org/project/bye-bye-shopify/0.0.1/", "requires_dist": [ "aarghparse (>=0.2.0)", "requests", "strictus-dictus (>=0.0.12)", "wr-profiles" ], "requires_python": ">=3.6.0", "summary": "Extract product catalogue (including images) from your Shopify store to JSON files", "version": "0.0.1" }, "last_serial": 4516432, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "4f3b0fb02689317160dfe9870a7b620f", "sha256": "81ffe444170f98de1f9cab262bc6f35c60e028ac39ed82db7b543fa9b02d886b" }, "downloads": -1, "filename": "bye_bye_shopify-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "4f3b0fb02689317160dfe9870a7b620f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6.0", "size": 6674, "upload_time": "2018-11-22T10:51:46", "url": "https://files.pythonhosted.org/packages/53/25/0f13ca28a4722d5220affdfe185cfad73eac6dd285fe962135c62016d543/bye_bye_shopify-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "279ee1df0554fd2019d97466f6f50581", "sha256": "10b01819f72186288c3ead54095e4eff4a9bd9d5d532cba838bc8a2ef73c0101" }, "downloads": -1, "filename": "bye-bye-shopify-0.0.1.tar.gz", "has_sig": false, "md5_digest": "279ee1df0554fd2019d97466f6f50581", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6.0", "size": 5336, "upload_time": "2018-11-22T10:51:48", "url": "https://files.pythonhosted.org/packages/ae/33/94d5708464367fb1142f0e61f47f5da45aa6ca9e06fdd9ea9eba45c9d6c6/bye-bye-shopify-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4f3b0fb02689317160dfe9870a7b620f", "sha256": "81ffe444170f98de1f9cab262bc6f35c60e028ac39ed82db7b543fa9b02d886b" }, "downloads": -1, "filename": "bye_bye_shopify-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "4f3b0fb02689317160dfe9870a7b620f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6.0", "size": 6674, "upload_time": "2018-11-22T10:51:46", "url": "https://files.pythonhosted.org/packages/53/25/0f13ca28a4722d5220affdfe185cfad73eac6dd285fe962135c62016d543/bye_bye_shopify-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "279ee1df0554fd2019d97466f6f50581", "sha256": "10b01819f72186288c3ead54095e4eff4a9bd9d5d532cba838bc8a2ef73c0101" }, "downloads": -1, "filename": "bye-bye-shopify-0.0.1.tar.gz", "has_sig": false, "md5_digest": "279ee1df0554fd2019d97466f6f50581", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6.0", "size": 5336, "upload_time": "2018-11-22T10:51:48", "url": "https://files.pythonhosted.org/packages/ae/33/94d5708464367fb1142f0e61f47f5da45aa6ca9e06fdd9ea9eba45c9d6c6/bye-bye-shopify-0.0.1.tar.gz" } ] }