-
Member
Poke-Cruncher - Mass Send-Away Tool + IV Checker

Download / Setup-Guide / Source Code
Poke-Cruncher is a tool, which runs locally on your computer and lets you check the IVs of all your Pokemon and also lets transfer Pokemon in bulk.
To prohibit time-bans for overusing the API, the tools takes a short pause of about 2-3 seconds after each sent away Pokemon.
Start sending your pokemon away, and go for a drink or a nap and the work will be done when your back.
More features are coming, and if you want a feature added, please post here or open an issue on github.
Contributors and helpers are always welcome.
v0.3 Changelog
* Show Pokemon thumbnails
* Don't allow sending away your favorite pokemon
* Add Candy Information
* See Stardust and Pokecoins of your Trainer-Character
* Add Possibility to evolve a Pokemon inside the App
* Show Attack Moves of each Pokemon
* Add Powerup Feature
* Add button to show status of API connection
* Add reverse sort on click on table header
* Remove need for location. API works locationless now. no more spoofing!
* Add mass-renaming Pokemon according to our defined scheme. Send us a request / an issue to have your scheme added!
v 0.2 Changelog:
* Create automatic build on DockerHub
* Easy two-step installation process now available
* Add progress bar to indicate the crunching progress
* Favorite / Unfavorite your pokemon from the cruncher app
* Add a testserver for developers
* Select all but favorite Pokemon
* Select all Pokemon below a specified IV threshold
* Select all Pokemon below a specified CP threshold
* Fix numerical sorting of IV%
* Several bug fixes
* Minor text fixes
Last edited by WeGi; 08-29-2016 at 06:40 AM.
-
Post Thanks / Like - 2 Thanks
-
Member
Nothing happens when i click on login ;( don't have 2factor login enabled so dno...
Shame though i was happy i got it to load up the front page (as newb) but could be anything at this point as far is i know
-
Member
could even be a login phiser.
-
Member
The source code is open, everybody can check it for being legit. 
Did you start it with the docker-compose up command?
-
Member
Did you install the dependables that are required? You really didn't give any information. And if you are worried about phishing just look at the damn source code.
-
Member
Just tried it, works great with both normal google account and two-step. Every thing worked fine, except, docker disabled vt-x on my pc and installed Microsoft hyper-v which broke my android emulator(Nox). So I had to remove docker...
-
Member
I wish all of these "crunchers" were a little easier to use.. I am coding illiterate and have no idea how to use them but really would love to.
-
Member
LoL i'm trying to use it but seems hard af. every time i put the directory in the terminal it says command not found
-
Knight
Nice one, thanks alot for sharing man.
-
Member
Someone can explain how to use? The installation setup are much poor in information. Already have installed docker, open the terminal, but i can't access the folder/directory.
-
Member
I'll try to develop an online Version over the weekend, for everybody not able to install it with docker. Hang tight.
-
Member
Thank's master Work for me.....
Request : add Features : Power UP
-
Member
Not sure what you mean with
Now the app is up and running. Access it on localhost:8888
I have followed the steps succesfully, but I am stuck at the last step:
-
Member
I get an error when I try to build the app:
Code:
xubuntu:~/Bot/IV/pogo-cruncher$ docker-compose build
Unsupported config option for services service: 'frontend'
Any idea?
-
Member
@Breadfish: Open your browser and navigate to localhost:8888 . If that doesnt work, i pushed a new version, which does not need docker, only python: https://github.com/Wegi/pogo-cruncher/releases
@ cassegrain: Your docker Version seems to be outdated. You can try to install a newer docker version, or download the "windows" release here: https://github.com/Wegi/pogo-cruncher/releases
You only need to install the python dependencies with pip, then the index.html should be working fine.