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 #5

Closed sleepypikachu closed 8 years ago

sleepypikachu 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.