From 3d54b3d91d0c175feae82c413fd0139545d46e2a Mon Sep 17 00:00:00 2001 From: gabrielgio Date: Tue, 27 Jul 2021 21:39:27 +0200 Subject: feat: Add two more options * from beginning: it will download all available saved posts. * log level: it will set a log level to logging lib. --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 42f5f13..5fd1438 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ - [![pipeline status](https://gitlab.com/gabrielgio/reddit-nextcloud-importer/badges/main/pipeline.svg)](https://gitlab.com/gabrielgio/reddit-nextcloud-importer/-/commits/main) [![coverage report](https://gitlab.com/gabrielgio/reddit-nextcloud-importer/badges/main/coverage.svg)](https://gitlab.com/gabrielgio/reddit-nextcloud-importer/-/commits/main) + [![pipeline + status](https://gitlab.com/gabrielgio/reddit-nextcloud-importer/badges/main/pipeline.svg)](https://gitlab.com/gabrielgio/reddit-nextcloud-importer/-/commits/main) + [![coverage + report](https://gitlab.com/gabrielgio/reddit-nextcloud-importer/badges/main/coverage.svg)](https://gitlab.com/gabrielgio/reddit-nextcloud-importer/-/commits/main) # Reddit Nextcloud importer @@ -30,6 +33,12 @@ Nextcloud. * `NEXTCLOUD_PATH`: root folder for where all the images will be saved. +* `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: + * info + * error # Running as docker container -- cgit v1.2.3