fabiofalci / sconsify

A spotify console application
https://fabiofalci.github.io/sconsify
Apache License 2.0
566 stars 26 forks source link

Password parameter #91

Open DougBeney opened 6 years ago

DougBeney commented 6 years ago

I would like to use PGP encryption to enter my password.

So, essentially the command I'd use to launch Sconsify would be as follows:

sconsify -username=myuser -password=`gpg -d ~/my_encrypted_password_file`

In order for this to be effective, there would need to be a password parameter added to this program.

Eager to hear your feedback. Thanks for making such a great piece of software!

fabiofalci commented 6 years ago

It should be easy to add it. I'll try to look at it.

fabiofalci commented 6 years ago

Just realise that there is the SCONSIFY_PASSWORD env variable.

$ SCONSIFY_PASSWORD=<password> ~/bin/sconsify

Have you tried this?

FilBr commented 6 years ago

same issue, tried setting the env variable with no success, any idea on how to pass the password to sconsify?

elquimista commented 5 years ago

I can confirm using SCONSIFY_PASSWORD env var works for me.