fkapitalism / HExBot

Original Hacker Wars bot (Hacker Experience legacy)
https://hexbotwiki.000webhostapp.com
8 stars 3 forks source link

Suggestion implementation of procedure to pause/wait random time intervals #34

Open neverdie11 opened 7 years ago

neverdie11 commented 7 years ago

worked on the webcrawler and implemented a procedure to wait random times before switching to certain pages during crawling, to make crawler behaviour look more human.

the pauses can be called in the sequence. i think this is better than to use {wait:x}.

this can easily be used in the other modules, e.g. puzzle solver and mission solver.

neverdie11 commented 7 years ago

update_01.zip

MentalMushrooms commented 7 years ago

@fkapitalism Please read this post, may be useful.

This could help with the bot, great idea.

Maybe this can be toggled as an option for webcrawling.

Such as...

Webcrawler : Mode :

                            Human Mode ( slower but more "stable" )

                            Bot Mode ( Faster but more "noticeable" )
neverdie11 commented 7 years ago

good idea, might work on a (Checkbox Option) if i manage to wrap my head artound it

MentalMushrooms commented 6 years ago

@fkapitalism

Comment?