From cda660d240b76068069e3123c78fb4c86d41d438 Mon Sep 17 00:00:00 2001 From: Omar Date: Sun, 31 May 2026 09:03:15 +0300 Subject: [PATCH] Update scraper name in the about screen. --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 26a4327..d84cd56 100644 --- a/main.py +++ b/main.py @@ -593,7 +593,7 @@ async def main() -> None: elif user_choice == 2: clear_screen() print(f"{LOGO}\n") - print("Shopify Scraper is your go-to tool for scraping ANY shopify store on the internet.") + print("ShopExtract is your go-to tool for scraping ANY shopify store on the internet.") print("It reliably and quickly extracts the entire product catalog of any shopify store and generates Shopify-compatible, import-ready CSVs.") print("All you have to do is provide the Shopify store URL.") print("-------------------------------------------------------\n")