pokeminer icon indicating copy to clipboard operation
pokeminer copied to clipboard

Pokemon location scraper

Results 61 pokeminer issues
Sort by recently updated
recently updated
newest added

As I'm trying to create something that dynamically changes the scanning area, I'm wondering if it's possible to pass the config-vars as parameters in the command line? Something like: `python...

todo/fix

Im getting the following error Traceback (most recent call last): File "worker.py", line 347, in spawn_workers(workers, status_bar=args.status_bar) File "worker.py", line 281, in spawn_workers start_worker(worker_no, points[worker_no]) File "worker.py", line 269, in...

nothingtodo

![worker](https://cloud.githubusercontent.com/assets/2584955/17464500/dd687e4c-5ca5-11e6-8eac-7a6f2f0ea982.png) Getting this issue after downloading the encrypt dlls from here(believe this was suggested in one of the previous issue threads): https://github.com/PokemonGoMap/PokemonGo-Map/tree/develop/pogom After running worker.py I get a windows popup...

investigate

Used to just copy and rewrite the images from icons folder using the icons from larger-icons, but now the icon size is fixed at newmap.html ( iconSize: [30, 30],) I...

nothingtodo

It crashes after a few minutes altough it doesn't have so many workers. Not showing any error except this one once : > Fatal Python error: GC object already tracked

investigate

This is an idea for a feature rather than an issue - would it be possible to skip particular points in the scan? I live in a harbour city so...

idea

Hey, when I attempt to run python worker.py, I get the following error: ``` Traceback (most recent call last): File "worker.py", line 11, in from pgoapi import ( ImportError: No...

nothingtodo

I haven't had a chance to look at the code myself, but here is the exception/traceback: ![image](https://cloud.githubusercontent.com/assets/7916442/17342942/6a5482e6-58c9-11e6-9b28-96d3132f6049.png) ![image](https://cloud.githubusercontent.com/assets/7916442/17342993/9a97f7d0-58c9-11e6-8b9a-3571bf257865.png)

nothingtodo

I have many workers being killed and I am only at ~80 points per cycle. Running 1226 threads across 810km utilizing 130% cpu on a 6vCore server with 8GB RAM...

discussion/question

what about switching to this DB format? seems much more logical, and should be more efficient, as now a lot of duplicate data are being stored (each sighting with position...

discussion/question