Skip to content

sjoerdsmink/OuderApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OuderApp KidsConnect backup tool

The OuderApp is an app used by daycare centres. Unfortunately you can only download photos/videos that are tagged, and not the untagged photos/videos. This tool downloads all historic photos, videos, messages and documents to your local computer.

How to use it

Download and run one of these files (depending on your operating system):

You can find all these files on the latest release page.

After opening the file, it's self-explanatory. It will ask you for your daycare centre url, username and password, and where to store the backup. It will then start downloading everything; in the meantime you can see the progress.

If you see any errors or have suggestions, please open an issue.

For developers

To create a new release: run deno task compile. To create all releases:

for target in x86_64-pc-windows-msvc x86_64-apple-darwin aarch64-apple-darwin x86_64-unknown-linux-gnu aarch64-unknown-linux-gnu; do
  echo "Compiling for $target..."
  deno compile --frozen --target $target --allow-all --output build/$target main.ts
done

Optionally code sign the Windows and Mac files to prevent issues with virus/malware scanners.

If you want to run it locally:

  • Install deno
  • Run deno install
  • Run deno run --allow-all main.ts

About

OuderApp KidsConnect backup tool

Resources

License

Stars

Watchers

Forks

Packages