Skip to content
This repository has been archived by the owner on Mar 8, 2022. It is now read-only.

nhoizey/flickrSuggest

Repository files navigation

flickrSuggest

About

flickrSuggest is an attempt to help Flickr users find photos they should like, based on their current favorites.

It lists photos that are the most favorited by users who have at least one favorite in common with the user. The user has the opportunity to ignore any photo he want neither to favorite nor to see anymore.

Unfortunately, I can't host such a heavy computing system, so this is only available as a free software you can download and install for yourself.

The development is hosted on GitHub, so you can fork it and help me enhance it at will!

You can add this to your favorite Apps in Flickr's App Garden, and discuss it in it's own Flickr Group.

Requisites

flickrSuggest runs on PHP and MySQL, with the great help of some PEAR components:

The tables must be created in the database with the "flickrsuggest.sql" script.

After install, you need to copy "inc/config-sample.inc.php" to "inc/config.inc.php" and edit it with your info.

You may need to adjust the "Resource Limits" section of your php.ini PHP configuration file:

max_execution_time = 600
memory_limit = 128M

Credits

flickrSuggest has been created by Nicolas Hoizey, which is also (of course) a Flickr user.

The design is mainly based on the Blueprint CSS Framework and uses the free GraublauWeb font for the logo and titles.