AmauryCarrade / MastodonToTwitter

Mastodon <-> Twitter cross-poster.
MIT License
250 stars 41 forks source link

Improvements for password and Mastodon server input. #22

Closed Spaxe closed 7 years ago

Spaxe commented 7 years ago

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.

Spaxe commented 7 years ago

This PR also adds the choice of Mastodon server other than mastodon.social as part of the command prompt.

Spaxe commented 7 years ago

Thanks @tobico, addressed your comments.

Spaxe commented 7 years ago

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.

Spaxe commented 7 years ago

Doesn't look like I can mark this as "Requested Changes Made", so it's up to you now. :)

halcy commented 7 years ago

I can contribute to open source projects while waiting in line at the post office. Modern technology is incredible.

Thanks for your work!

Spaxe commented 7 years ago

More to come - I love your work! Thanks for making transitioning to Mastodon easier.