Skip to content

koke/discovr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

discovr

This is some experimental code to discover interesting flickr photos based on your favorites. The concept works but it takes way too much time and API requests to fetch and process data.

I’m releasing it to see if someone comes with a better idea, so sorry about dirty code. This is just the result of a weekend playing with flickr API.

Any improvement suggestions will be welcome

Where to look at

Where is the actual code? These files:

Try it

  1. Download it: git clone git://github.com/koke/discovr.git

  2. Edit config/initializers/flickr_api.rb and add your flickr API key and secret. You can get them at www.flickr.com/services/api/keys

  3. Create your database and edit config/database.yml accordingly.

  4. Run rake db:migrate to create the tables and views

  5. Launch the console and fetch data. This can take a while (~25 minutes for me)

    similar = User.lookup("koke").similar_pictures

  6. Launch your server (script/server) and visit localhost:3000/discovr. This can also take a while (~4 minutes first time, ~10s otherwise) and enjoy

License

Copyright © 2009 Jorge Bernal <koke@amedias.org>

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Discover interesting flickr photos (**EXPERIMENTAL** - Help needed)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published