PoGoAccountCheck icon indicating copy to clipboard operation
PoGoAccountCheck copied to clipboard

A short script to check if a Pokemon Go account is banned

Results 5 PoGoAccountCheck issues
Sort by recently updated
recently updated
newest added

running: python banned.py -f accounts.txt -l '33.99999 -80.999999' usage: banned.py [-h] -f FILE [-l LOCATION] banned.py: error: unrecognized arguments: -80.999999'

It would be ideal if the ban checker can pass the full range of passwords accepted by PTC. I believe the only problematic character is : due to the username:password...

Traceback (most recent call last): File "banned.py", line 12, in from pgoapi.exceptions import BannedAccountException ImportError: cannot import name BannedAccountException Any command gives this error.

I have access to several public IPs. Might be nice to add support for binding to an array of possible IPs

Hey @a-moss, thanks for the script! As the title states it would be great if your script could also generate a list with all the working accounts when all test...