NeweggBot
NeweggBot copied to clipboard
Does this support combos?
Newegg often has some great combo deals. Does this bot support those combo deals? I like many others are trying to get our hands on ryzen 5000 series CPU's. In my case a brush with a failed pump has caused some heat danger to my current i7 4770k so I am finding that I am in desperate need of a replacement.
If its an individual Newegg listing with its own product # then it should.
Edit: They do not seem to use the same product numbers that this bot uses so I am not sure if it will work the same.
Yup i'd have to test but it doesn't look like they use the same URL schema either. I am trying to figure out the pull request as that will be a major fix. The bot in its current state without that PR is broken, however that PR is also missing a critical step in the ordering process. I have detailed my "failed" attempt and what I have gleaned from the code. I have done some work with node but puppeteer is completely new to me.
however that PR is also missing a critical step in the ordering process
@arcreigh To employ the developer's lament, "It is working for me" :) As outlined in my previous comment, the flow that I am seeing is as follows:
- Shipping (default address specified, no selection needed)
- Delivery (no selection needed)
- Payment (no selection needed, just presentation of the CVV input)
- Place Order button - click
- Done - no further intervention needed
My apologies for not having availability today for a Discord chat to see what you are experiencing. Can anyone else chime in on the flow they are seeing - with an in-stock item?
PS: I purchased an in-stock item today using the bot and the flow went as described. No hiccups.
Newegg often has some great combo deals. Does this bot support those combo deals?
@arcreigh Yes, so long as the combo deal has its own item number, for example Combo.4206668. If you're talking about the "People who ordered X also ordered Y, Click here to add to cart", then no. See Issue #16 for a similar question and confirmation.