From 71ea86f7fc9d818e4e4dbd0f63c59da3e6a2b6b6 Mon Sep 17 00:00:00 2001 From: Niels Simenon Date: Wed, 23 May 2018 17:06:55 +0200 Subject: [PATCH] Mentioning API registration requirement in README. --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dfd1849..e5d3ae7 100644 --- a/README.md +++ b/README.md @@ -53,10 +53,13 @@ reddit-post-dump requires a arbitrarily recent version of Node.js. Before use, d The audio stream for videos with sound uploaded to reddit directly (v.redd.it) is hosted separately, and will be saved as such alongside the video (typically {filename}-0 and {filename}-1). For them to be muxed into a single file automatically, **ffmpeg must be available on the system**, and the separate source files will be deleted when muxing has succeeded. If ffmpeg is not available, the separate files will remain as is. ## Configuration -The default configuration aims to be sensible, and the application may be used without any further tweaking. However, a multitude of options make this utility particularly powerful. +The default configuration aims to be sensible. However, a multitude of options make this utility particularly powerful. To change the configuration, please refer to `config/default.js`. I recommend not editing this file directly, but instead making a copy `config/local.js`, as the default configuration might be overwritten in updates and can be a useful reference for restoring any detrimental configuration errors. The structure of `config/local.js` must match the structure of the default configuration, but does not necessarily need to contain any properties you do not wish to override. If preferred, you may instead use JSON in `config/local.json`. +### API keys +Unfortunately, it is necessary to register for the reddit and imgur APIs for this application to work reliably. Example details have been provided in `config/default.js`, but must be overwritten (preferably in `config/local.js`). More information on registering APIs will become available in this section soon. + ### Library Path patterns dictate where and how a file will be saved. Various variables and options are available, and you may use subdirectories divided by `/`.