mirror of
https://github.com/Coding-Doctor-Omar/ShopExtract.git
synced 2026-06-13 08:15:26 +02:00
Update scraper name in the about screen.
This commit is contained in:
parent
425d92d263
commit
cda660d240
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
|
@ -593,7 +593,7 @@ async def main() -> None:
|
||||||
elif user_choice == 2:
|
elif user_choice == 2:
|
||||||
clear_screen()
|
clear_screen()
|
||||||
print(f"{LOGO}\n")
|
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("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("All you have to do is provide the Shopify store URL.")
|
||||||
print("-------------------------------------------------------\n")
|
print("-------------------------------------------------------\n")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue