Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Option to delete credentials at the end of the execution #26

Open
yarivkeinan opened this issue May 21, 2019 · 0 comments
Open

Option to delete credentials at the end of the execution #26

yarivkeinan opened this issue May 21, 2019 · 0 comments

Comments

@yarivkeinan
Copy link

For security reasons, users may want to delete the FB password and maybe even the google token (although it can be revoked from the google side). It would be nice to add another option like '--secure' to remove password at the end of the execution. I am not a python expert so I didn't prepare a pull request (sorry). Should be pretty simple though:

db = shelve.open(FILENAME)
del db[PASSWORD]
# If you need to purge the google token:
# del db[TOKEN]
db.close()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant