What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

[Feature Request] Interval for getAuctionBuyList() Page Polling

Phelon

Well-Known Member
Joined
Jan 15, 2010
Messages
2,591
Reaction score
134
Greets Out! I was hoping you could add a way to put a sleep in between ever page flip.

I ask for this for 2 reasons:

1. Flooding their server with mass queries is never good.
2. If everyone is pulling at near the same rate it would be easier to find a pattern to ban.

I was hoping for something like this

getAuctionBuyList(ArcheBuddy.Bot.Classes.AuctionRequestParams requestParams, [int maxCount = 0], [int pageDelay = 250])


Any chance we could get this, it would really be a nice addition!
 
Hi, i`l add random delay in the core. from 250 up to 550
 
Hi, i`l add random delay in the core. from 250 up to 550


Any reason we cant just get to option to walk the page's ourself? Im frequently only intrested in the first few pages and would speed up my auction scanning a ton.
 
Any reason we cant just get to option to walk the page's ourself? Im frequently only intrested in the first few pages and would speed up my auction scanning a ton.

How are you sorting by lowest buy out?

Hi, i`l add random delay in the core. from 250 up to 550

Any chance we can set our own? I am frequently getting "Too many Auction House Users"
 
One last small request while I have your attention


ArcheBuddy.Bot.Classes.AuctionRequestParams.AuctionRequestParams(ArcheBuddy.Bot.Classes.AuctionCategory)

Can we also get:

ArcheBuddy.Bot.Classes.AuctionRequestParams.AuctionRequestParams(ArcheBuddy.Bot.Classes.AuctionCategory, AuctionSortType aucSortType, SortOrder aucSortOrde = SortOrder.Asc)

That would help immensely!

This would help us pull pricing off of category lists.


Thank you again for your hard work!
 
Back
Top