show the best images of #foodpron and #foodporn from twitter
I made foodpron to play around with various technologies.
- use twitter gem to find tweets about foodpron
- follow any links in the tweet (usually to instagram)
- locate largest image on each of the pages from step 2 and post them to foodpron
Sinatra is used to create a really simple web API for posting new images, checking scores, and viewing the current image.
there is one data model, Image, stored as a sorted set in redis.