Vigerus
Vigerus
import time and place time.sleep(1) before response_dict = req.call() Btw. the lately added threadsafe modification: req = api.create_request() #requests time.sleep(1) response_dict = req.call() doesn't work well with this throttling. I...
encrypt.dll you downloaded is 32-bit, you probably have 64-bit python environment. Just take the encrypt.c file and create a 64-bit dll, preferably with extern "C" section and encrypt.def: LIBRARY encrypt...
@tejado are you going to update api soon? :)
> Anyways, I'm NOT using API for any kind of cheats, it is just a part of my pokemon inventory manager project. Just to be clear. Any attempt of reading/modifying...
The default radius was the issue in my code, i used radius = 5 in get_cell_ids before instead of the default radius = 10 to get smaller group of pokestops....