russellagrace / shopify_autoblogger

Read products from your Shopify store and create a blog post for each one automatically using ChatGPT 3.5 Turbo. Each blog post will be exported to an HTML file, and the first variant image will be saved. The code will create a subfolder an generate a meta title, a meta description, an excerpt and tags based on your content.
GNU General Public License v3.0
1 stars 0 forks source link

pip install shopify doesnt work #1

Open klaasvk opened 3 months ago

klaasvk commented 3 months ago

pip install shopify doesnt wort

russellagrace commented 3 months ago

I have updated the instructions, use this instead:

python -m pip install ShopifyAPI or pip install ShopifyAPI

russellagrace commented 3 months ago

Sorry, that's:python -m pip install ShopifyAPI or pip install ShopifyAPISent from my T-Mobile 5G DeviceGet Outlook for Android

klaasvk commented 3 months ago

Wait it auto uploads the blogs via shopify api right?