flash.android.com dumper
  • Go 98.1%
  • Dockerfile 1.9%
Find a file
2026-06-17 13:32:46 +03:00
cmd/dumpplex fix: null json moment 2026-06-17 13:32:46 +03:00
pkg/flashstation feat: meow! 2026-06-17 13:31:17 +03:00
vendor feat: meow! 2026-06-17 13:31:17 +03:00
.dockerignore feat: meow! 2026-06-17 13:31:17 +03:00
.gitignore feat: meow! 2026-06-17 13:31:17 +03:00
compose.yaml feat: meow! 2026-06-17 13:31:17 +03:00
config.toml feat: meow! 2026-06-17 13:31:17 +03:00
Dockerfile feat: meow! 2026-06-17 13:31:17 +03:00
go.mod feat: meow! 2026-06-17 13:31:17 +03:00
go.sum feat: meow! 2026-06-17 13:31:17 +03:00
README.md feat: meow! 2026-06-17 13:31:17 +03:00

dumpplex

сдш for browsing and downloading Flashstation factory images.

run

go run ./cmd/dumpplex --config config.toml --once

config

api_key = ""
out_dir = "downloads"
interval = "24h"
download_all = false
state_file = "state.json"

[[device]]
codename = "sargo"

[[device]]
codename = "raven"

docker

docker compose up -d --build