cglatot / PokeManager

Uses Python API for Pokemon Go to mass transfer Pokemon
Other
147 stars 32 forks source link

Use getpass when password switch not supplied #6

Closed cglatot closed 8 years ago

cglatot commented 8 years ago

Sometimes a user doesn't want to put their password into the history on the command line. This change makes the password flag optional and uses getpass to read in the password interactively on the command line when the user doesn't supply it.

sleepypikachu commented 8 years ago

Sorry, when I was committing on the web interface (since this was a small change) it suggested creating a PR which I did but that was for my own repo, I suspect this got pulled in when you merged my original changes. :see_no_evil: