Closed Spaxe closed 7 years ago
This PR also adds the choice of Mastodon server other than mastodon.social
as part of the command prompt.
Thanks @tobico, addressed your comments.
Thanks @halcy. I added https://
in front of the prompt, so user will know not to type the protocol (and if they did, the connection will fail and make them redo it). Added "press Enter for" default also.
Doesn't look like I can mark this as "Requested Changes Made", so it's up to you now. :)
I can contribute to open source projects while waiting in line at the post office. Modern technology is incredible.
Thanks for your work!
More to come - I love your work! Thanks for making transitioning to Mastodon easier.
This PR fixes #21. In addition, password should be input via
getpass.getpass()
. It is very terrible when you're typing password in plaintext, stored in terminal. This PR fixes that.