2FA instructions (closes #16)

This commit is contained in:
Sam Ireland 2023-07-10 19:20:43 +01:00 committed by GitHub
parent 54ff47d9ed
commit a919ae376b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -29,6 +29,8 @@ REDDIT_CLIENT_ID = "sadsU7-zfX"
REDDIT_SECRET = "687DDJSS&999d-hdkjK8h"
```
(If you have 2FA enabled, you will need to append that to the password, separated by a colon.)
## Use
Create a folder that will contain your archive. Then run:
@ -64,4 +66,4 @@ $ docker run \
-e REDDIT_SECRET="687DDJSS&999d-hdkjK8h" \
-v /Local/location/to/save/in:/opt/app/archive \
redditsave saved
```
```