A simple script to get a album downloaded to a page using ProcessWire API
- Download the files
- Put the
templates/get_flickr_sets.phpon yourtemplates/folder. - Create a page on Processwire using this template
- Create or edit the page where the albums will be created. In my case it was
/pictures/ - IMPORTANT: Add guest edit/create permissions to this
/pictures/page, otherwise the script won't work - Create a temp dir on your server and set it on the previous file
- Get a Flickr API on https://www.flickr.com/services/apps/create/
- Add one or more Flickr album IDs on
get_flickr_sets.php - Open the page using the
get_flickr_sets.phptemplate on your browser
