From 27a6414ab69f3a9dd4561e76ddf4cb0f9dcebf00 Mon Sep 17 00:00:00 2001 From: Thiago <74574275+thisago@users.noreply.github.com> Date: Sun, 27 Aug 2023 17:45:20 +0000 Subject: [PATCH] Add package shopifyextractor (#2693) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 96f08d6..94110ab 100644 --- a/packages.json +++ b/packages.json @@ -31294,5 +31294,19 @@ "description": "Library to authenticate and make requests to Microsoft Dynamics 365 Business Central web services", "license": "GPL-3.0-only", "web": "https://codeberg.org/pswilde/bc_webservices" + }, + { + "name": "shopifyextractor", + "url": "https://github.com/thisago/shopifyextractor", + "method": "git", + "tags": [ + "shopify", + "extractor", + "library", + "scraper" + ], + "description": "Shopify ecommerces data in a instant", + "license": "GPL-3.0-only", + "web": "https://github.com/thisago/shopifyextractor" } ]