From 8189b0fa23d09b65dda04ed6c56d6177206cde79 Mon Sep 17 00:00:00 2001 From: s5260822 Date: Wed, 12 Mar 2025 21:07:59 +0100 Subject: [PATCH] added notice for uploading member images --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 38bb2e7..05365b3 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,14 @@ ```shell python puml_generator.py ``` + +## Upload member Images +Crawl member images (not required as already in repository) +```shell +cd src/main/resources +python member_images_crawler.py +``` + +They are stored in ``/src/main/resources/membersOfParliamentImages`` + +To Force Update the images after having run the crawler, add the ``uploadMemberPhotos`` argument to the programm arguments in intellij (More Actions for run configuration -> Programm Arguments)