Skip to content

josephmartinmoran/Automated_Print_On_Demand_Dalle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

**Update**

Uses Dall-e for Image generation

**Steps**
OpenAI and get your secret key
Printify and get your secret key
Make a shopify development store
Connect your Shopify store and Printify shop together
Get your Printify shop code Find your shop ID by running this in cmd: curl -X GET https://api.printify.com/v1/shops.json --header "Authorization: Bearer YOUR_SECRET_KEY"
Add the shop code to YOUR_SHOP_ID
Add the other secret keys where they need to be
Change the product, it's currently set to upload wall art 
To change the product you need the blueprint id and print provider, to get that go to Printify, go to the product you want, and get the two codes from the URL
Now you need the variant ID by running this into the cmd  curl -X GET "https://api.printify.com/v1/catalog/blueprints/1098/print_providers/228/variants.json" "Authorization: Bearer YOUR_PRINTIFY_KEY"
Now run python createimages.py
Now run uploadimages.py 

You're now done!

***References***
https://github.com/IncomeStreamSurfer/print_on_demand_printify_automation
https://www.youtube.com/watch?v=llyixDVErdo

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages