PokeMate
PokeMate copied to clipboard
Automated PokemonGo Application
[Parallel test execution maxParallelForks](https://docs.gradle.org/current/userguide/performance.html#parallel_test_execution). Gradle can run multiple test cases in parallel by setting `maxParallelForks`. [Disable report generation](https://docs.gradle.org/current/userguide/performance.html#report_generation). We can conditionally disable it by setting `reports.html.required = false; reports.junitXml.required =...
Here's the full error log: # # A fatal error has been detected by the Java Runtime Environment: # # EXCEPTION_UNCAUGHT_CXX_EXCEPTION (0xe06d7363) at pc=0x76bc5b68, pid=1696, tid=0x000019e0 # # JRE version:...
Hi, it's seems the bot not corectly transfering the pokemon. I put iv_ratio=95 and min_cp=600 and no pokemon are transfered. And there are a lot pokemon
I'm pretty sure I'm not softbanned or anything like that, because I already checked the account on my real phone. But whenever I open the bot, I don't seem to...
Is there a way to completely turn off evolving? It seems that changing automatic-evolving to false does not stop all evolving.
When trying to run two accounts I get this error on the second one: `Error: User data directory [null (/Users/gerardcuadras/Library/Application Support/dekk.pw.pokemate.PokeMateUI/webview)] is already in use` The second instance has the...
Hi! i wonder if can add a button for those actions. run, pause, stop bot. And for unban process.
In the whitelist or blacklist section, when we list the pokemon number, does it have to be in 3 digit format? like 001? or should it be in 01 or...
The UI should be an electron wrapper (http://electron.atom.io/) Using either memory mapping or a socket connection to transfer data between the backend and frontend. This will solve memory issues related...