Tomek Modrzyński
Tomek Modrzyński
Just don't run `web.py`. All frontend requirements are pretty lightweight compared to backend ones. No need to remove anything I think.
But why would you do that? Why can't you run this in virtualenv? Moreover, Python from 2.7 onwards has `ensurepip` module which just installs pip. You can then use it...
@paul30001 your problem should have been solved by @Aiyubi. I found this while looking for solution: http://stackoverflow.com/a/4418811/4849245
Could this be solved by https://github.com/keyphact/pgoapi/commit/e4895940c4b4571dc09136ef8dc3d4708f4be9fc?
Could you rebase off master?
My crystal glass exhausted its daily quota, sorry. Try tomorrow. Now seriously, there are so many things that might have gone wrong with this code that I don't even want...
The only thing I can do is catch that error and convert it into something more readable, as well as add more logging. Which I just did, please check out...
There's an existing discussion about webhooks in #87. What I have in mind is an interface that's similiar to Observer pattern that will simply notify all plugged subscribers about new...
Use [pyenv](https://github.com/yyuu/pyenv). You don't need to install anything globally, Python 3.5 will be installed in your home directory. Try it - it's awesome.
What? Duplicated data is not stored. There is a [duplicate check in place](https://github.com/modrzew/pokeminer/blob/master/db.py#L57). I like the idea about using cell ID instead of lat/lon, I'll look into it as I...