Flickr image filtering using PHP and the flickr API
My first attempt to do image filtering using the flickr API with a PHP script.
It first ramdomizes a list of all my groups an then checks the first 10 images in each group. I only show images that are favorited at least once and have all sizes available.
The API calls are rather slow. Therefore this script is not really suitable for interactive viewing.
The script itself is in the first comment. The function DumpArrayToTable comes from selfphp.com/code_snippets/code_snippet.php?id=56. I need it to figure out the arrays that phpflickr returns after it calls the flickr API.
Flickr image filtering using PHP and the flickr API
My first attempt to do image filtering using the flickr API with a PHP script.
It first ramdomizes a list of all my groups an then checks the first 10 images in each group. I only show images that are favorited at least once and have all sizes available.
The API calls are rather slow. Therefore this script is not really suitable for interactive viewing.
The script itself is in the first comment. The function DumpArrayToTable comes from selfphp.com/code_snippets/code_snippet.php?id=56. I need it to figure out the arrays that phpflickr returns after it calls the flickr API.