1
Fork 0
scrape and save images to upload to immich
Find a file
2026-01-20 23:20:24 -05:00
.vscode Initial webext release 2025-10-10 20:42:13 -04:00
desktop Some overall clean up 2026-01-20 17:46:58 -05:00
ffmpeg Try ffmpreg 2026-01-18 19:51:18 -05:00
icon Fix icon.svg 2026-01-04 04:18:24 -05:00
immich Prevent tagging from exif data 2026-01-20 23:20:24 -05:00
mobile Test mastofedi with gotosocial 2026-01-20 18:04:16 -05:00
old Initial commit 2025-07-10 07:35:13 -04:00
scrape Test mastofedi with gotosocial 2026-01-20 18:04:16 -05:00
screenshots Upload screenshots to repo 2025-10-10 21:15:08 -04:00
webext Some overall clean up 2026-01-20 17:46:58 -05:00
.clang-format Initial commit 2025-07-10 07:35:13 -04:00
.gitignore Test mastofedi with gotosocial 2026-01-20 18:04:16 -05:00
go.mod Try ffmpreg 2026-01-18 19:51:18 -05:00
go.sum Try ffmpreg 2026-01-18 19:51:18 -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 Test mastofedi with gotosocial 2026-01-20 18:04:16 -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 (compatible) 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