First, I would like to say you did a really good job with this tool. Happy to see you still work on this
Quote:
Originally Posted by Zeikhyt
I don't know if it's only for me, but to me it doesn't bid if the actual bid is 0
Also, could it be possible to make the bidder wait 5 second between evey bid when the minutes are greater than X, like say 10 min, so it doesn't do chapta 100% when you bid many items?
Thanks in advance
|
This is happening to me also.
I would like as well to suggest the following:
Item priority: Each item will have a new input which will be the priority.
Let's say all items have 0 default priority (it could be some kind of html counter to choose the number), you can increase/decrease it how much you need. When the bidding executes it will send the request for high priority items first and then the others.
Request delay: Count the requests of bidding, if there are more than 5 sent (or an input to type this value) in the last 3 seconds you will delay the new request execution for 3 seconds at least (this logic can be implemented also in a different manner, we need some way to avoid captcha when multiple bids are required quickly - or at least to avoid it as much as we can).
Missing point: You should add some logic to measure the time of each bid request took to happen until the current time of bid, and based on that average (or highest number found - recommended) to not send a bid if the maximum time passed. - This will avoid all of the problems having a bet after the counter ended. (unless it will update right before the time, which enters in the case that it won't bid)
Notification logs (like this:

) for when the bidding is made (only by auto-bidder) or the item bid changed. - you can also just add some console.log for maniacs to just see what is going on with betting.
Current bets: What about just adding a filter to show only your bets? (a new checkbox in that list doing this)
I really don't think we use that "E-mail confirmation", you can remove it to add more space for your needs (or just move it in your settings and hide it from that page). (guys vote on this).