tossman

Results 6 comments of tossman

`+ # n += (36 - 1) # don't ask me, that's what ea is doing` means: from now on page_size should be 36? that would be safety?not 16?

and one more question: how many bots can be running pre IP? in other words,requests send account by IP? not bot? cause there always comes out: `512/521 Temporary ban or...

now,i think IP is the answer.not bot(EA account) cause when i run the bot one by one,the exceptions less than running some bots at the same time by one IP....

another case: cause the items return from the search change to 36,then i bid all those items with no delay?

``` search_result = bot.search(...)[1:random.randint(4, 6)] time.sleep(60) ``` It works for me