hey, im sorry but ive never used phyton before and how should i run the pokeIV.py? where do i type that in and what
hey, im sorry but ive never used phyton before and how should i run the pokeIV.py? where do i type that in and what
That's the default action...
update
It's not supposed to save it to the file.
Doesn't need location anymore--doesn't do anything (as long as you're using the new version in the OP).
Yeah, it doesn't do that. I wanted to do something like that initially but decided it would be too much of a pain in the ass.
Last edited by imoutits; 07-26-2016 at 09:14 AM.
i got File "C:\Users\...\pgoapi-master\pokeIV\pokeIVi.py", line 10, in <module>
import requests
ImportError: No module named requests
what is this
I just try to use google account , it just shows those words ...
2016-07-27 00:00:40,086 [auth_google] [ INFO] Google Login failed.
2016-07-27 00:00:40,086 [ pgoapi] [ INFO] Login process failed
error logging in...
2016-07-27 00:00:40,088 [ pgoapi] [ INFO] Create new request...
2016-07-27 00:00:40,088 [ pgoapi] [ INFO] Adding 'GET_INVENTORY' to RPC reque
st
2016-07-27 00:00:40,088 [ pgoapi] [ INFO] Adding 'GET_PLAYER' to RPC request
2016-07-27 00:00:40,088 [ pgoapi] [ INFO] Not logged in
Traceback (most recent call last):
File "D:\0-Download\pgoapi-master\pokeIV\pokeIV-gui.py", line 154, in <module>
main()
File "D:\0-Download\pgoapi-master\pokeIV\pokeIV-gui.py", line 143, in main
data = PokemonData(pokedex, family, cost, config, api)
File "D:\0-Download\pgoapi-master\pokeIV\pokemondata.py", line 13, in __init__
self.login()
File "D:\0-Download\pgoapi-master\pokeIV\pokemondata.py", line 253, in login
self.update_player_and_inventory()
File "D:\0-Download\pgoapi-master\pokeIV\pokemondata.py", line 35, in update_p
layer_and_inventory
self["player"] = self.parse_player(response)
File "D:\0-Download\pgoapi-master\pokeIV\pokemondata.py", line 77, in parse_pl
ayer
for node in self.find_node("player_data", player):
File "D:\0-Download\pgoapi-master\pokeIV\pokemondata.py", line 58, in find_nod
e
for k, v in dictionary.items():
AttributeError: 'bool' object has no attribute 'items'
so far this bot has been great the only problem im having is its not giving me all the pokemon to transfer as i do not care for just having 1 of each pokemon. Also i tried hitting hard_minimum but then it bypasses my 1300 and under CP limit and places everything in the transfer list. IS there a way to manually choose through the app who i want transfer
hey man any chance you can incorporate this into yours? (renaming) http://www.ownedcore.com/forums/poke...-nickname.html (Ivy - Pokemon Batch Renamer - Show Pokemon IV perfection in their nickname)
would be better then having to use 2 apps to do the same thing basically lol.
Hello
Thank you for this tool but I found an error in the code
File pokeIV.py
Lines 149,165,229 and 232
def transfer_pokemon(data, session):
def evolve_pokemon(data, session):
transfer_pokemon(data, session)
evolve_pokemon(data, session)
The session variable should be removed from these lines
Now, it shows those message, still can't login correctly ...
2016-07-27 01:30:32,088 [auth_google] [ INFO] Google Login failed.
2016-07-27 01:30:32,089 [ pgoapi] [ INFO] Login process failed
error logging in...
2016-07-27 01:30:32,089 [ pgoapi] [ INFO] Adding 'GET_INVENTORY' to RPC request
2016-07-27 01:30:32,091 [ pgoapi] [ INFO] Adding 'GET_PLAYER' to RPC request
2016-07-27 01:30:32,091 [ pgoapi] [ INFO] Not logged in
if you can help me a bit, i added my google account/password in the conf file but i still have an error when I double click on pokeIV-gui.py
I try to use the GUI
I have this error when i go with cmd:2016-07-26 19:39:49,098 [auth_google] [ INFO] Google Login failed.
2016-07-26 19:39:49,100 [ pgoapi] [ INFO] Login process failed
error logging in...
2016-07-26 19:39:49,103 [ pgoapi] [ INFO] Create new request...
2016-07-26 19:39:49,104 [ pgoapi] [ INFO] Adding 'GET_INVENTORY' to RPC request
2016-07-26 19:39:49,107 [ pgoapi] [ INFO] Adding 'GET_PLAYER' to RPC request
2016-07-26 19:39:49,109 [ pgoapi] [ INFO] Not logged in
Traceback (most recent call last):
File "C:\Users\Remsbenz\Desktop\pgoapi-master\pokeIV\pokeIV-gui.py", line 154, in <module>
main()
File "C:\Users\Remsbenz\Desktop\pgoapi-master\pokeIV\pokeIV-gui.py", line 143, in main
data = PokemonData(pokedex, family, cost, config, api)
File "C:\Users\Remsbenz\Desktop\pgoapi-master\pokeIV\pokemondata.py", line 13, in __init__
self.login()
File "C:\Users\Remsbenz\Desktop\pgoapi-master\pokeIV\pokemondata.py", line 253, in login
self.update_player_and_inventory()
File "C:\Users\Remsbenz\Desktop\pgoapi-master\pokeIV\pokemondata.py", line 35, in update_player_and_inventory
self["player"] = self.parse_player(response)
File "C:\Users\Remsbenz\Desktop\pgoapi-master\pokeIV\pokemondata.py", line 77, in parse_player
for node in self.find_node("player_data", player):
File "C:\Users\Remsbenz\Desktop\pgoapi-master\pokeIV\pokemondata.py", line 58, in find_node
for k, v in dictionary.items():
AttributeError: 'bool' object has no attribute 'items'
I updated, now the gui open but still can't log in
2016-07-26 21:02:23,240 [pokeIV-gui] [DEBUG] Logger set up
2016-07-26 21:02:23,242 [auth_google] [ INFO] Google login for: *****@*****.com
2016-07-26 21:02:25,988 [auth_google] [ INFO] Google Login failed.
2016-07-26 21:02:25,988 [ pgoapi] [ INFO] Login process failed
error logging in...
2016-07-26 21:02:25,989 [ pgoapi] [ INFO] Create new request...
2016-07-26 21:02:25,989 [ pgoapi] [ INFO] Adding 'GET_INVENTORY' to RPC request
2016-07-26 21:02:25,989 [ pgoapi] [ INFO] Adding 'GET_PLAYER' to RPC request
2016-07-26 21:02:25,990 [ pgoapi] [ INFO] Not logged in
2016-07-26 21:02:28,542 [ pgoapi] [ INFO] Adding 'GET_INVENTORY' to RPC request
2016-07-26 21:02:28,543 [ pgoapi] [ INFO] Not logged in
Last edited by remi13014; 07-26-2016 at 02:06 PM.