diff options
author | gabrielgio <gabriel.giovanini@pm.me> | 2022-02-22 01:03:46 +0100 |
---|---|---|
committer | gabrielgio <gabriel.giovanini@pm.me> | 2022-02-22 01:03:46 +0100 |
commit | 08526429dbf4ac4032195d8afab04757f79cc69b (patch) | |
tree | 60ff6cc2475eb512b5064b969c2d6c3e284d6e99 /README.md | |
parent | 4bf7a7eea37ce39abd304f35f02a4ea39f81a8f2 (diff) | |
parent | 823ee8e33e6ca6fffd299eee18d588fe3219ebf8 (diff) | |
download | reddit-nextcloud-importer-08526429dbf4ac4032195d8afab04757f79cc69b.tar.gz reddit-nextcloud-importer-08526429dbf4ac4032195d8afab04757f79cc69b.tar.bz2 reddit-nextcloud-importer-08526429dbf4ac4032195d8afab04757f79cc69b.zip |
Merge branch 'main' of gitlab.com:gabrielgio/reddit-nextcloud-importer
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -14,13 +14,13 @@ Nextcloud. * `CLIENT_ID` and `CLIENT_SECRET`: crendentials needed to access Reddit's API. To get those info you'd need: * Go to [authorized application page](https://www.reddit.com/prefs/apps) - * Click on `Create another app...` button on the bottom of the page. - * Input the information and choose `script`. + * Click on `Create another app...` button at the bottom of the page. + * Input the information and pick `script`. * You can use `http://localhost:8080` on `redirect uri` field as you won't - need to use it. + need it. * `REDDIT_USERNAME` and `REDDIT_PASSWORD`: user credenctial to access Reddit's - API. Because you chose `script` this user need to be listed as a developer in + API. Because you chose `script` that user need to be listed as a developer in the application page. To add a new user as a developer go to [authorized application page](https://www.reddit.com/prefs/apps) and click on the `edit` button on the application you just created. It will open a field `add @@ -36,7 +36,7 @@ Nextcloud. * `FROM_BEGINNING`: it will download all the files since the first availabile saved post. -* `LOG_LEVEL`: it will set the log level. It can chosen between: +* `LOG_LEVEL`: it will set the log level: * info * error |