This commit is contained in:
booboy 2019-02-02 04:55:46 -06:00
parent dacfc616c4
commit 2ba1bde3b4

View file

@ -30,14 +30,14 @@ Usage: pastebinner [options]
Create a directory in the git repo named data, this is where the raw pastes will be stored. Create a directory in the git repo named data, this is where the raw pastes will be stored.
Here is an example of what it looks like: Here is an example of what it looks like:
#### Raw pastes to files ##### Raw pastes to files
```shell ```shell
pastebinner --download pastebinner --download
Downloading paste data into the data directory... Downloading paste data into the data directory...
Complete. Complete.
``` ```
#### JSON file with paste_metadata and paste_text ##### JSON file with paste_metadata and paste_text
```shell ```shell
pastebinner --json pastebinner --json
Downloading paste data as a json into the data directory... Downloading paste data as a json into the data directory...