IV based evolve/transfer tool menu

User Tag List

Page 9 of 21 FirstFirst ... 5678910111213 ... LastLast
Results 121 to 135 of 304
  1. #121
    bobdan's Avatar Knight CoreCoins Purchaser
    Reputation
    17
    Join Date
    May 2012
    Posts
    202
    Thanks G/R
    16/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    so this is pretty much perfect now just one last request cause you know, lazy. dont suppose you can add an option to rename specific pokemon like our above 80% ones to like 80-15-15-15 so we can look them up in game easier? lol

    IV based evolve/transfer tool
  2. #122
    alenezi90's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    16
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    nice work, if you ADD an option "multiple selection" to transfer would be great
    easier and better to transfer bunch of shits

  3. #123
    imoutits's Avatar Master Sergeant
    Reputation
    51
    Join Date
    Jul 2016
    Posts
    91
    Thanks G/R
    0/43
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by bobdan View Post
    so this is pretty much perfect now just one last request cause you know, lazy. dont suppose you can add an option to rename specific pokemon like our above 80% ones to like 80-15-15-15 so we can look them up in game easier? lol
    lol I don't think that functionality is in the API yet, but I can see if it's simple enough to add (or if I can try migrating it from another AP).

    So one big change I just made is move the project back to the pgoapi API. Once again, you don't have to provide a location (it won't accept one, either). Links have once again been updated in the OP. Files are in the new repository and have been moved to a 'pokeIV' subfolder.

    Files are here now ==>https://github.com/imoutits/pgoapi<==

    Originally Posted by alenezi90 View Post
    nice work, if you ADD an option "multiple selection" to transfer would be great
    easier and better to transfer bunch of shits
    Yeah I had added that initially and realised it was really buggy. I'll put it in soon.
    Last edited by imoutits; 07-25-2016 at 06:32 PM.

  4. #124
    alexchong52's Avatar Member
    Reputation
    3
    Join Date
    Jun 2012
    Posts
    63
    Thanks G/R
    2/2
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I am new to this kind of stuff. It asks me for a password soon as i open either of them. What am i entering here?

  5. #125
    imoutits's Avatar Master Sergeant
    Reputation
    51
    Join Date
    Jul 2016
    Posts
    91
    Thanks G/R
    0/43
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by alexchong52 View Post
    I am new to this kind of stuff. It asks me for a password soon as i open either of them. What am i entering here?
    your password

    Open 'config.json' and enter your information before running it.
    Last edited by imoutits; 07-25-2016 at 08:22 PM.

  6. #126
    MithosNL's Avatar Member CoreCoins Purchaser
    Reputation
    3
    Join Date
    Aug 2013
    Posts
    61
    Thanks G/R
    2/1
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by imoutits View Post
    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.
    You are right! It's working perfectly! Thanks for the tool

  7. #127
    wycs's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there anyway to have it transfer duplicates keeping only the one highest IV of each type ?

  8. #128
    imoutits's Avatar Master Sergeant
    Reputation
    51
    Join Date
    Jul 2016
    Posts
    91
    Thanks G/R
    0/43
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by wycs View Post
    Is there anyway to have it transfer duplicates keeping only the one highest IV of each type ?
    It by default saves at least one copy (hard minimum disables this). If you wish for it to not save pokemon for evolutions, use the force option.

    Originally Posted by alenezi90 View Post
    nice work, if you ADD an option "multiple selection" to transfer would be great
    easier and better to transfer bunch of shits
    This should be up and working now. Let me know if there are any issues.

  9. Thanks GottaBotEmAll (1 members gave Thanks to imoutits for this useful post)
  10. #129
    bobdan's Avatar Knight CoreCoins Purchaser
    Reputation
    17
    Join Date
    May 2012
    Posts
    202
    Thanks G/R
    16/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    is setup still all the same on the latest version? everything has moved folders and stuff lol

    because tried running GUI with new version and get this

    Code:
    C:\Users\******\Downloads\pgoapi-master\pgoapi-master\pokeIV>pokeIV-gui.py
    2016-07-26 14:11:04,334 [pokeIV-gui] [DEBUG] Logger set up
    Traceback (most recent call last):
      File "C:\Users\******Downloads\pgoapi-master\pgoapi-master\pokeIV\pokeIV-gui.py", line 148, in <module>
        main()
      File "C:\Users\******Downloads\pgoapi-master\pgoapi-master\pokeIV\pokeIV-gui.py", line 121, in main
        config = init_config()
      File "C:\Users\******\Downloads\pgoapi-master\pgoapi-master\pokeIV\pokeIV-gui.py", line 54, in init_config
        load.update(json.load(data))
      File "C:\Python27\lib\json\__init__.py", line 291, in load
        **kw)
      File "C:\Python27\lib\json\__init__.py", line 339, in loads
        return _default_decoder.decode(s)
      File "C:\Python27\lib\json\decoder.py", line 364, in decode
        obj, end = self.raw_decode(s, idx=_w(s, 0).end())
      File "C:\Python27\lib\json\decoder.py", line 380, in raw_decode
        obj, end = self.scan_once(s, idx)
    ValueError: Expecting , delimiter: line 11 column 3 (char 677)
    Last edited by bobdan; 07-25-2016 at 11:12 PM.

  11. #130
    imoutits's Avatar Master Sergeant
    Reputation
    51
    Join Date
    Jul 2016
    Posts
    91
    Thanks G/R
    0/43
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by bobdan View Post
    is setup still all the same on the latest version? everything has moved folders and stuff lol

    because tried running GUI with new version and get this

    Code:
    C:\Users\******\Downloads\pgoapi-master\pgoapi-master\pokeIV>pokeIV-gui.py
    2016-07-26 14:11:04,334 [pokeIV-gui] [DEBUG] Logger set up
    Traceback (most recent call last):
      File "C:\Users\******Downloads\pgoapi-master\pgoapi-master\pokeIV\pokeIV-gui.py", line 148, in <module>
        main()
      File "C:\Users\******Downloads\pgoapi-master\pgoapi-master\pokeIV\pokeIV-gui.py", line 121, in main
        config = init_config()
      File "C:\Users\******\Downloads\pgoapi-master\pgoapi-master\pokeIV\pokeIV-gui.py", line 54, in init_config
        load.update(json.load(data))
      File "C:\Python27\lib\json\__init__.py", line 291, in load
        **kw)
      File "C:\Python27\lib\json\__init__.py", line 339, in loads
        return _default_decoder.decode(s)
      File "C:\Python27\lib\json\decoder.py", line 364, in decode
        obj, end = self.raw_decode(s, idx=_w(s, 0).end())
      File "C:\Python27\lib\json\decoder.py", line 380, in raw_decode
        obj, end = self.scan_once(s, idx)
    ValueError: Expecting , delimiter: line 11 column 3 (char 677)
    That looks like a config file error. Are you sure it's well formed?

    It looks like the servers are down as well. Nothing's connecting at the moment...

  12. #131
    bobdan's Avatar Knight CoreCoins Purchaser
    Reputation
    17
    Join Date
    May 2012
    Posts
    202
    Thanks G/R
    16/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by imoutits View Post
    That looks like a config file error. Are you sure it's well formed?

    It looks like the servers are down as well. Nothing's connecting at the moment...
    i think it could be server problems.

    not sure if you changed anything from config other then no location anymore i just copy/pasted from my old config can you check if im missing anything?

    Code:
    {
      "username": "*****************@gmail.com",
      "password": "******************",
      "verbose": "True",
      "max_evolutions": "90", "_comment": "Maximum number of evolutions in one pass -- ensure 1800/evolution_delay >= max_evolutions",
      "evolution_delay": "20", "_comment": "delay between evolutions in seconds",
      "transfer_delay": "5", "_comment": "delay between transfers in seconds",
      "auth_service": "google", "_comment": "('ptc' or 'google')",
      "minimumIV": "80",  "_comment": "IV percentage--everything above is kept regardless of duplication",
      "cp_override": "1000",  "_comment": "will keep pokemon that have CP equal to or above the given limit, regardless of IV"
      "white_list": "", 			"_comment": "list of the only pokemon to transfer and evolve by ID or name (ex: -wl 1 = -wl bulbasaur)",
      "black_list": "sqirtle,charmander,dratini,magikarp,bulbasaur,eevee", 			"_comment": "list of the pokemon not to transfer and evolve by ID or name (ex: -bl 1 = -bl bulbasaur)",
    								"_comment": "format: comma delimited list, no spaces: 'eevee,weedle' ",
    }

    also just running pokeIV getting the same error

    Code:
    2016-07-26 14:44:53,927 [    pokeIV] [DEBUG] Logger set up
    Traceback (most recent call last):
      File "C:\Users\*********\Downloads\pgoapi-master\pgoapi-master\pokeIV\pokeIV.py", line 235, in <module>
        main()
      File "C:\Users\*********\Downloads\pgoapi-master\pgoapi-master\pokeIV\pokeIV.py", line 186, in main
        config = init_config()
      File "C:\Users\***********\Downloads\pgoapi-master\pgoapi-master\pokeIV\pokeIV.py", line 54, in init_config
        load.update(json.load(data))
      File "C:\Python27\lib\json\__init__.py", line 291, in load
        **kw)
      File "C:\Python27\lib\json\__init__.py", line 339, in loads
        return _default_decoder.decode(s)
      File "C:\Python27\lib\json\decoder.py", line 364, in decode
        obj, end = self.raw_decode(s, idx=_w(s, 0).end())
      File "C:\Python27\lib\json\decoder.py", line 380, in raw_decode
        obj, end = self.scan_once(s, idx)
    ValueError: Expecting , delimiter: line 11 column 3 (char 677)
    its weird cause i just went and ran the older version and CLI was working for that (got it to list my mons, but GUi wasn't for that version either.

    could it be because i didn't install python 3? i really dont want to have to install it since it screws with my map stuff.
    Last edited by bobdan; 07-25-2016 at 11:52 PM.

  13. #132
    sshadownz's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hi, thanks for the program, its working well except for a little problem I've encountered.

    I've set my restrictions but it doesn't allow for the transfer of some pokemon.

    please see the image

    IV based evolve/transfer tool-bug-jpg
    Last edited by sshadownz; 07-26-2016 at 12:12 AM.

  14. #133
    imoutits's Avatar Master Sergeant
    Reputation
    51
    Join Date
    Jul 2016
    Posts
    91
    Thanks G/R
    0/43
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by bobdan View Post
    i think it could be server problems.

    not sure if you changed anything from config other then no location anymore i just copy/pasted from my old config can you check if im missing anything?

    Code:
    {
      "username": "*****************@gmail.com",
      "password": "******************",
      "verbose": "True",
      "max_evolutions": "90", "_comment": "Maximum number of evolutions in one pass -- ensure 1800/evolution_delay >= max_evolutions",
      "evolution_delay": "20", "_comment": "delay between evolutions in seconds",
      "transfer_delay": "5", "_comment": "delay between transfers in seconds",
      "auth_service": "google", "_comment": "('ptc' or 'google')",
      "minimumIV": "80",  "_comment": "IV percentage--everything above is kept regardless of duplication",
      "cp_override": "1000",  "_comment": "will keep pokemon that have CP equal to or above the given limit, regardless of IV"
      "white_list": "", 			"_comment": "list of the only pokemon to transfer and evolve by ID or name (ex: -wl 1 = -wl bulbasaur)",
      "black_list": "sqirtle,charmander,dratini,magikarp,bulbasaur,eevee", 			"_comment": "list of the pokemon not to transfer and evolve by ID or name (ex: -bl 1 = -bl bulbasaur)",
    								"_comment": "format: comma delimited list, no spaces: 'eevee,weedle' ",
    }
    Yeah, there's a comma at the end: "..ted list, no spaces: 'eevee,weedle' ",". It looks like you just removed the force option and forgot to change that. JSON is very picky about its format.
    Last edited by imoutits; 07-26-2016 at 12:12 AM.

  15. Thanks GottaBotEmAll (1 members gave Thanks to imoutits for this useful post)
  16. #134
    imoutits's Avatar Master Sergeant
    Reputation
    51
    Join Date
    Jul 2016
    Posts
    91
    Thanks G/R
    0/43
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by sshadownz View Post
    hi, thanks for the program, its working well except for a little problem I've encountered.

    I've set my restrictions but it doesn't allow for the transfer of some pokemon.
    Try the 'force' option.

  17. Thanks GottaBotEmAll (1 members gave Thanks to imoutits for this useful post)
  18. #135
    braaxxad's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    8
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey thanks for great work btw!

    I am getting this error:

    Traceback (most recent call last):
    File "C:\Users\bradicho3767\PycharmProjects\PoGoBot\PoGoEvolveTransferBot\pgoapi\poke IV\pokeIV.py", line 235, in <module>
    main()
    File "C:\Users\bradicho3767\PycharmProjects\PoGoBot\PoGoEvolveTransferBot\pgoapi\poke IV\pokeIV.py", line 206, in main
    data = PokemonData(pokedex, family, cost, config, api)
    File "C:\Users\bradicho3767\PycharmProjects\PoGoBot\PoGoEvolveTransferBot\pgoapi\poke IV\pokemondata.py", line 13, in __init__
    self.login()
    File "C:\Users\bradicho3767\PycharmProjects\PoGoBot\PoGoEvolveTransferBot\pgoapi\poke IV\pokemondata.py", line 247, in login
    self.update_player_and_inventory()
    File "C:\Users\bradicho3767\PycharmProjects\PoGoBot\PoGoEvolveTransferBot\pgoapi\poke IV\pokemondata.py", line 35, in update_player_and_inventory
    self["player"] = self.parse_player(response)
    File "C:\Users\bradicho3767\PycharmProjects\PoGoBot\PoGoEvolveTransferBot\pgoapi\poke IV\pokemondata.py", line 82, in parse_player
    self["pokecoins"] = str(c["amount"])
    KeyError: 'amount'

Page 9 of 21 FirstFirst ... 5678910111213 ... LastLast

Similar Threads

  1. [Tool] Is there a working transfer tool for pokemon go
    By Jay2OR in forum Pokemon GO Hacks|Cheats
    Replies: 6
    Last Post: 11-25-2016, 05:47 AM
  2. [Release] Pokemong Go Transfer Tool BOT/Sniper/Tool
    By Chromastone in forum Pokemon GO Hacks|Cheats
    Replies: 7
    Last Post: 09-25-2016, 12:05 PM
  3. [Tool] need tool for transferring and evolve pokemons
    By p0g in forum Pokemon GO Hacks|Cheats
    Replies: 4
    Last Post: 08-07-2016, 04:12 PM
  4. [How-To] Tool that transfer/ evolve / upgrade pokemons of your choosing.
    By rowxs in forum Pokemon GO Hacks|Cheats
    Replies: 3
    Last Post: 08-04-2016, 09:22 AM
  5. [Question] Bot that Transfers/Evolves based off IV% rather than CP
    By Cretch in forum Pokemon GO Chat
    Replies: 5
    Last Post: 07-26-2016, 06:09 PM
All times are GMT -5. The time now is 10:55 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search