Thorpy / DispensaryScraper

Currently only grabs Mamedica's product list from their repeat-prescriptions page and uploads them to google sheets
MIT License
1 stars 1 forks source link

add montu support #2

Closed ohitstom closed 2 weeks ago

ohitstom commented 2 weeks ago

main.zip i implemented this in code above however couldnt for the life of me figure out the google sheets api even though ive used it before, feel free to base your work off this!

Thorpy commented 2 weeks ago

Added Montu at @ https://docs.google.com/spreadsheets/d/1Ae_2QK40_VFgn1t4NAkPIvi0FwGu7mh67OK5hOEaQLU/edit?gid=0#gid=0

Cheers!

ohitstom commented 2 weeks ago

Added Montu at @ https://docs.google.com/spreadsheets/d/1Ae_2QK40_VFgn1t4NAkPIvi0FwGu7mh67OK5hOEaQLU/edit?gid=0#gid=0

Cheers!

looks good however you are missing most of the catalogue, the products.json is split up into pages of 30

e.g montu-uk-production.myshopify.com/products.json?page=6

so you are missing about 6x the catalogue as of now!

Thorpy commented 2 weeks ago

Ah hahaha I thought it was a bit..sparse! I'll go look at it 😅

Thorpy commented 2 weeks ago

Added Montu at @ https://docs.google.com/spreadsheets/d/1Ae_2QK40_VFgn1t4NAkPIvi0FwGu7mh67OK5hOEaQLU/edit?gid=0#gid=0 Cheers!

looks good however you are missing most of the catalogue, the products.json is split up into pages of 30

e.g montu-uk-production.myshopify.com/products.json?page=6

so you are missing about 6x the catalogue as of now!

There we go haha, sorry about that

ohitstom commented 2 weeks ago

Added Montu at @ https://docs.google.com/spreadsheets/d/1Ae_2QK40_VFgn1t4NAkPIvi0FwGu7mh67OK5hOEaQLU/edit?gid=0#gid=0 Cheers!

looks good however you are missing most of the catalogue, the products.json is split up into pages of 30

e.g montu-uk-production.myshopify.com/products.json?page=6

so you are missing about 6x the catalogue as of now!

There we go haha, sorry about that

awesome!!!