NecroBot icon indicating copy to clipboard operation
NecroBot copied to clipboard

Request) Check Account Status Button In Accounts Tab

Open OrdsonX opened this issue 9 years ago • 4 comments

Basically, if bot would be able to check multi-accounts before it even start to do its magic, would bring a lot of people to it. None of other bots have this feature. Check would be based on DefaultLatitude and DefaultLongitude which is set in config.json . If we would be also able set time between checks, like bot would try to login single account every 60 seconds. Also checks would appear in Logs so user would be able to exclude accounts from auth.json which failed check and replace them.

OrdsonX avatar Mar 06 '17 08:03 OrdsonX

Sending GPS for the status of an account is not needed. This is a good idea and all but necro should be able to flag an account as banned and mark it and keep the moving anyways.

spawnscanner avatar Mar 06 '17 14:03 spawnscanner

We are working on this feature. The tricky part is you don't always know if an account is banned since a login failure due to invalid credentials returns the same response as a banned account.

Pull #1187 starts work on this by at least showing you the last login status ("Failed" or "Success"). I am thinking we would add a retry time that you could configure, so if there is a login failure, wait until X minutes has passed before retrying that login. Maybe could also add a max failures setting to so that if the account fails to log in Y times, then mark that account as disabled.

jjskuld avatar Mar 06 '17 18:03 jjskuld

Retry after 10 seconds should be fine, I do this in a script I run to check accounts. I modified the original locally so I can't actually link to what my actual code looks like.

https://github.com/a-moss/PoGoAccountCheck

spawnscanner avatar Mar 06 '17 18:03 spawnscanner

Still working on this ?

OrdsonX avatar Mar 07 '17 22:03 OrdsonX