Merge branch 'master' of github.com:samirelanduk/reddit-save
This commit is contained in:
commit
a4e530b7a2
10
README.md
10
README.md
@ -29,6 +29,8 @@ REDDIT_CLIENT_ID = "sadsU7-zfX"
|
|||||||
REDDIT_SECRET = "687DDJSS&999d-hdkjK8h"
|
REDDIT_SECRET = "687DDJSS&999d-hdkjK8h"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
(If you have 2FA enabled, you will need to append that to the password, separated by a colon.)
|
||||||
|
|
||||||
## Use
|
## Use
|
||||||
|
|
||||||
Create a folder that will contain your archive. Then run:
|
Create a folder that will contain your archive. Then run:
|
||||||
@ -70,6 +72,14 @@ redditsave saved
|
|||||||
|
|
||||||
Rather than backing up your own saved/upvoted posts and comments, you can back up the submitted posts and comments of another user:
|
Rather than backing up your own saved/upvoted posts and comments, you can back up the submitted posts and comments of another user:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
./save.py user:samirelanduk folder_name
|
||||||
|
```
|
||||||
|
|
||||||
|
## Backing up a specific username
|
||||||
|
|
||||||
|
Rather than backing up your own saved/upvoted posts and comments, you can back up the submitted posts and comments of another user:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
./save.py user:samirelanduk folder_name
|
./save.py user:samirelanduk folder_name
|
||||||
```
|
```
|
Loading…
Reference in New Issue
Block a user