Migrate your Flickr photo sets to Google albums
This script is designed to migrate all your Flickr sets to Google albums.
It handles resuming if the script is stopped or exits, by storing processed photos in albums/[photoset_id].json
.
You need Node.js
Clone this repository, cd
into it, and install its dependencies by typing npm i
.
Then create a .env
file based on example.env
(cp {example,}.env
), and edit it:
FLICKR_APP_*
values, create a Flickr app as a Mobile Application with Read permissionsGOOGLE_CLIENT_*
values, enable the Google Photos API and allow https://antoinerousseau.github.io/flickr2google/
as a callback URL in your API credentials
./start.js
You can use PM2
pm2 start start.js --name flickr2google