cglatot / PokeManager

Uses Python API for Pokemon Go to mass transfer Pokemon
Other
146 stars 31 forks source link

Transfer extra monsters (First Part of batch evolve) #59

Closed BeardAnnihilator closed 8 years ago

BeardAnnihilator commented 8 years ago

image

If this pull request gets accepted the following step of the workflow would be in the same way to select the pokemons the user wants to evolve for a 'MassEvolveBatch', and then do it.

BeardAnnihilator commented 8 years ago

28

fprovostpoulin commented 8 years ago

Your feature wont transfer those in the Exception file. I do put pidgey/weedle/caterpie in the exception file because I dont want them to be transferred during the "transfer dupplicates" process, but as I am asking your code to transfer extra pidgeys, it says there is 4 to transfer, then if I press enter, the transfer list is empty and none are to transfer.

image