1
Fork 0
scrape and save images to upload to immich
Find a file
2026-01-05 02:34:22 -05:00
.vscode Initial webext release 2025-10-10 20:42:13 -04:00
desktop Rename package 2026-01-05 02:31:02 -05:00
ffmpeg Fix ffmpeg rotated videos 2025-10-17 16:22:38 -04:00
icon Fix icon.svg 2026-01-04 04:18:24 -05:00
immich Improve mimetype detection 2025-11-09 13:27:47 -05:00
mobile Rename package 2026-01-05 02:31:02 -05:00
old Initial commit 2025-07-10 07:35:13 -04:00
scrape Rename package 2026-01-05 02:31:02 -05:00
screenshots Upload screenshots to repo 2025-10-10 21:15:08 -04:00
webext Rename package 2026-01-05 02:31:02 -05:00
.clang-format Initial commit 2025-07-10 07:35:13 -04:00
.gitignore Rename to maki save and create icon 2025-10-11 16:27:42 -04:00
go.mod Rename package 2026-01-05 02:31:02 -05:00
go.sum Improve mimetype detection 2025-11-09 13:27:47 -05:00
Justfile Make justfile more clear 2025-12-30 05:32:49 -05:00
LICENSE Initial commit 2025-07-10 07:35:13 -04:00
README.md Update README.md 2026-01-05 02:34:22 -05:00
TODO.md Improve mimetype detection 2025-11-09 13:27:47 -05:00

maki save


scrape and save images to upload to immich

  • select an album to upload one or more images to
  • date gets reset so images appear on top
  • many go routines. it's very fast
  • gnome nautilus support to upload many
  • android support that scrapes and uploads
  • web extension that also scrapes

this program is for my own leisure. you're on your own

linux

windows and android

how

  • add immich.txt to immich/ folder
    line 1: url to instance
    line 2: api key
  • add mastofedi.txt to scrape/ folder
    required for pulling from any activitypub source
    line 1: url to your mastodon instance
    line 2: access token with read:search scope
platform scrape upload how build
linux ✔️ command or nautilus just build-linux install-linux
windows ✔️ drag images onto exe just build-mobile-on-desktop
android ✔️ ✔️ share with app just build-apk install-apk
firefox ✔️ click extension just build-web install-web