jtbnz / amazon_shopping_list

Scrape the Amazon site for my shopping list to import into Home Assistant
6 stars 1 forks source link

This is amazing! #2

Open backcountrymountains opened 1 month ago

backcountrymountains commented 1 month ago

Thanks so much for creating this! I have been able to get it to work. I'd like to update the readme for dense people like me that stumbled a couple of times while implementing it. Also, I'd like to add US amazon.com URLs.

Is there any way to make this smaller? I did docker images and it shows 1.86 GB. Is there a more lightweight OS or browser to use? Dunno.

Anyway, this is a great tool to deal with the deprecation of the List API that killed the todoist Alexa integration. Thanks so much!

I don't know github or docker so I'm writing this here but I guess I have to do some kind of pull request?

jtbnz commented 1 month ago

Thanks, I will look at the image as there is a bit of left over from trying different things! The browser was the biggest pain in terms of getting a browser that worked with puppeteer and I had do do a lot of work to get all the right versions lined up.