Add Flickr photostream import as Photography

Import public photos from samuraijkm (NSID resolve + Flickr REST),
tag Photography, with admin UI re-run and CLI support.
This commit is contained in:
2026-07-24 11:35:57 -04:00
parent f29efb7924
commit ff37533037
7 changed files with 655 additions and 2 deletions
+2 -1
View File
@@ -14,7 +14,8 @@
"db:generate": "npm run db:generate -w server",
"db:migrate": "npm run db:migrate -w server",
"db:seed": "npm run db:seed -w server",
"import:artstation": "npm run import:artstation -w server"
"import:artstation": "npm run import:artstation -w server",
"import:flickr": "npm run import:flickr -w server"
},
"devDependencies": {
"concurrently": "^9.1.2"