Skip to content

anrope/oldnews

Repository files navigation

OldNews Logo

Current project status: v1.0: Ketchup


Who better to recommend what you should read today than you? Our project is a "throwback recommendation engine" powered by your past self. It was created at the third Hacking Journalism, which was hosted at the Washington Post.

##Slides See the project slides for more information on our project.

##Backend

The backend is written in Python, and takes care of ingesting a list of article urls representing the user's reading history. Each article is passed to the Embedly Extract API to grab necessary metadata including title, image, keywords, and related articles. The url and metadata are pushed into a Firebase database for consumption by the frontend.

Credits