SinTan1729
- 1 Post
- 3 Comments
Joined 1 year ago
Cake day: March 28th, 2025
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
SinTan1729@programming.devto
Programming@programming.dev•Are there any examples of 'perfect' software?English
0·2 months agoNot sure about LaTeX, but TeX is widely considered to be almost “perfect” code.
SinTan1729@programming.devto
Programming@programming.dev•what's the coolest thing you have ever programmed?English
0·4 months agoChhoto URL - It’s a simple URL shortener written in Rust.
I’ve written more programs, some of which are more useful in my daily life than this (e.g. movie-rename) but this is one that many seem to find interesting, and that’s kinda cool I guess. Also, I’m proud of some of my Lean code, but that stuff’s not published.

Thanks for your feedback.
You just need an Immich API key, and run it from any machine from where you can reach your Immich instance. It does everything using the Immich API, so only a key with the proper permissions is needed. (I’ll add what the minimum required permissions are in the README.)
Also, if you want to do it for many users, you don’t need them to run it on individual machines/accounts. You can create multiple config files, each with that user’s key, and pass it to the script via the
--configflag.If running it for multiple users is a thing that people are interested in, I can add a way to supply an array of options in the config file, each belonging to one user.