Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Just a thought to actually mimic human behaviour #4006

Closed
imvikash00 opened this issue Aug 15, 2016 · 10 comments
Closed

Just a thought to actually mimic human behaviour #4006

imvikash00 opened this issue Aug 15, 2016 · 10 comments

Comments

@imvikash00
Copy link

Bot, after running for few hours should go into just walking state and by that I mean it should'nt make any calls to the server (totally disconnect) during which it should just keep walking for 5-10 mins probably skip 4-5 pokestops. Then connects to server and follow the usual routine.
IMO this will mimic actual human behaviour as if the app has gone into background

Edit:
Could be used for moving from one lure fort to another?

@Brainarea
Copy link

Can't you already achieve that with the sleep function?

@imvikash00
Copy link
Author

@Orchid666 does the bot keep walking during that sleep period? I thought the bot will sleep and start from the same location after sleep cycle is over

@avexus
Copy link

avexus commented Aug 15, 2016

@Orchid666 Can you specify how the sleep function work?

@avexus
Copy link

avexus commented Aug 15, 2016

Like give an example to sleep 15 min every hour?
Thank you

@Brainarea
Copy link

The Sleepschedule that can be put in your config. It's pretty new and im not a specialist but on slack I've seen people putting like 4-5 of those at different times to simulate breaks.
Sleep 15 min every hour is therefore doable, just a lot of copy-paste :)
{
"type": "SleepSchedule",
"config": {
"enabled": false,
"time": "22:54",
"duration":"7:46",
"time_random_offset": "00:24",
"duration_random_offset": "00:43"
}

@Brainarea
Copy link

@imvikash00 Not the bot stops everything during the "sleep" and then start from where it stopped. Its basically a pause in the script.

@ponytails
Copy link

u should make it random.. .even u put bot sleeps that way.. it will be just the same

= must be random sleep

@imvikash00
Copy link
Author

@Orchid666 by pause u mean script is paused (no interaction with the server) but the bot keeps walking?

@Brainarea
Copy link

@imvikash00 Everything is paused, bot is not walking during sleep.

@mjmadsen
Copy link
Contributor

@ponytails time_random_offset and duration_random_offset are the random elements.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants