From 17b2c3890a639047b3f7dec109fc4edcac9f595c Mon Sep 17 00:00:00 2001 From: Zane V Date: Tue, 17 Mar 2026 19:49:37 +0000 Subject: [PATCH] write more --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c56c54d..ee3ebea 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ # JiboPhotoExport -Export photos (and if possible videos) from your Jibo robot. \ No newline at end of file +Export photos (and if possible videos) from your Jibo robot. + +All you need to do is run the script, give it your IP, and let it run! + +What it does: +1. It gets your Jibo IP from your input +2. It tries the default ssh credentials. If the credentials changed at all it will prompt the user for the credentials. +3. It parallel downloads the images using SFTP +4. It places all images in the Photos folder. \ No newline at end of file