the whitelist in GUI mode how does it work? I typed in Flareon and saved but then it just moved every Pokemon from transfer list over to Other tab?
the whitelist in GUI mode how does it work? I typed in Flareon and saved but then it just moved every Pokemon from transfer list over to Other tab?
Whenever i open, it command window opens it says loging in, in split second i see the list of pkmns but it immediately closes, the same with the UI version. What am i doing wrong?
In the config.json file are you changing the "auth_service" over to ptc? it's default is google
The setup I use so only my dratini (and others if need be) are the only ones that will transfer when you hit transfer, that worked is
"white_list": "dratini,clefairy,eevee," so yours should look like this in the file if you only want flareon gone "white_list": "flareon"
flareon should show up now in transfer list (just tested it to be sure)
That's intended. Specific evolution/transfer is not implemented (yet).
Just looked at his code and it's different. For simply taking an IV he puts more emphasis on attack:
mine is (iv_atk + iv_def + iv_sta)/45
his is (iv_atk*2 + iv_def + iv_sta)/60
Just fixed this--I hadn't tested it on 2.7.
Last edited by imoutits; 07-25-2016 at 09:41 AM.
Great, since u can get the real IVs this is 100% accurate anyway
Can u add a refresh button to the GUI?
Last edited by psyborg; 07-25-2016 at 11:51 AM.
I'm still getting weird errors when trying with my PTC account (google works fine. I use this command for PTC: pokeIV.py -u myusername -p mypassword -l "40.784523 -73.966188".
I am getting this error: Traceback (most recent call last):
File "C:\Users\Peter\Desktop\pokemongoIV\pokeIV.py", line 239, in <module>
main()
File "C:\Users\Peter\Desktop\pokemongoIV\pokeIV.py", line 210, in main
data = PokemonData(pokemon, candy, pokedex, family, cost, config)
File "C:\Users\Peter\Desktop\pokemongoIV\pokemondata.py", line 147, in __init__
self["extra"] = sorted(list(set(self["all"]) - set(self["best"])), key=lambda x: x.iv)
KeyError: 'best'
Even though when Im changing my username into my other Google Account it works fine. Any idea how to solve this?
When did you last update? That looks like an old bug...
-----------------
Okay I've just updated the GUI so you can transfer or evolve specific pokemon.
Currently, there is no delay added so you can transfer/evolve as quickly as you want to. Hitting 'evolve' or 'transfer' with anything selected will cause it to be instantly transfered or evolved.
Pressing the Escape key will remove your selection.
Added the delay back--I wasn't happy with it being so fast. Now you can cancel if you're not happy with your selection.
edit: You can sort by click on column headers now.
edit: There's a refresh inventory button now.
edit: The UI refreshes look a lot better now. It should no longer be choppy and buggy looking.
Last edited by imoutits; 07-25-2016 at 04:13 PM.
everytime when I start the pokeIV.py it want a password. after insert one the program closed it self :/
I use the latest vision and installed python full with the installer from the first post (all checked)Secure Password Input (if there is no password prompt, use --password <pw>):
Password:
Creating Google session for None
Traceback (most recent call last):
File "\pokemongo-api-master\pokeIV-gui.py", line 162, in <module>
main()
File "\pokemongo-api-master\pokeIV-gui.py", line 130, in main
session = poko_session.authenticate(config["location"])
File "./pogo\api.py", line 143, in authenticate
}[self.provider](locationLookup=locationLookup)
File "./pogo\api.py", line 83, in createGoogleSession
r1 = perform_master_login(self.username, self.password, ANDROID_ID)
File "\Python\Python35\lib\site-packages\gpsoauth\__init__.py", line 56, in perform_master_login
'EncryptedPasswd': google.signature(email, password, android_key_7_3_29),
File "\Python\Python35\lib\site-packages\gpsoauth\google.py", line 50, in signature
encrypted_login = cipher.encrypt((email + u'\x00' + password).encode('utf-8'))
TypeError: unsupported operand type(s) for +: 'NoneType' and 'str'
Last edited by NoName27; 07-25-2016 at 02:45 PM.
I don't know if you updated the IV values, but they are different from what the Spegeli Bot is telling me... So which one is correct?
Well at least my Vaporeon is 100% in both, that's all that is important, lol.
hey so this bot is awesome exactly what i needed just for some reason the CP override is not working when i want to transfer anything below 90% but above 1000 cp. so if i hit hard minimum it take everything under 90% down but also take a bunch over 1000 cp...help?