open hack nyc - yahoo - oct 2009

78
Insert Subtitle

Upload: derek-gottfrid

Post on 30-Nov-2014

4.003 views

Category:

Technology


2 download

DESCRIPTION

This presentation was given Oct 9 2009 at Yahoo!'s OpenHack NYC event. Reviews NYTimes TimesOpen Developer strategy, all 11 nytimes API, and a sample app builtin using the TimesPeople APIs and InstaPaper APIs. Code: http://github.com/derekg/TimesPeople-InstaPaper-Sync

TRANSCRIPT

Page 1: Open Hack NYC - Yahoo - Oct 2009

Insert Subtitle

Page 2: Open Hack NYC - Yahoo - Oct 2009
Page 3: Open Hack NYC - Yahoo - Oct 2009
Page 4: Open Hack NYC - Yahoo - Oct 2009

Founded in 1851 – original price one cent

Largest metro newspaper in the U.S.

101 Pulitzer Prizes

11 national bureaus and 26 foreign bureaus

1904 - moved to Long Acre Square

Page 5: Open Hack NYC - Yahoo - Oct 2009
Page 6: Open Hack NYC - Yahoo - Oct 2009
Page 7: Open Hack NYC - Yahoo - Oct 2009

That’s us!

Page 8: Open Hack NYC - Yahoo - Oct 2009
Page 9: Open Hack NYC - Yahoo - Oct 2009
Page 10: Open Hack NYC - Yahoo - Oct 2009

Core Purpose

Page 11: Open Hack NYC - Yahoo - Oct 2009

Core Purpose

Enhance society by creating, collecting and distributing high quality news, information and entertainment.

Page 12: Open Hack NYC - Yahoo - Oct 2009
Page 13: Open Hack NYC - Yahoo - Oct 2009
Page 14: Open Hack NYC - Yahoo - Oct 2009
Page 15: Open Hack NYC - Yahoo - Oct 2009
Page 16: Open Hack NYC - Yahoo - Oct 2009
Page 17: Open Hack NYC - Yahoo - Oct 2009
Page 18: Open Hack NYC - Yahoo - Oct 2009
Page 19: Open Hack NYC - Yahoo - Oct 2009
Page 20: Open Hack NYC - Yahoo - Oct 2009
Page 21: Open Hack NYC - Yahoo - Oct 2009
Page 22: Open Hack NYC - Yahoo - Oct 2009
Page 23: Open Hack NYC - Yahoo - Oct 2009
Page 24: Open Hack NYC - Yahoo - Oct 2009
Page 25: Open Hack NYC - Yahoo - Oct 2009
Page 26: Open Hack NYC - Yahoo - Oct 2009
Page 27: Open Hack NYC - Yahoo - Oct 2009

APIs

Page 28: Open Hack NYC - Yahoo - Oct 2009

APIsNY State Legislaturemember and committee info.

Times TagsNYT standardized terms

TimesPeopleprofile and activity data

Movie Reviews reviews, summaries, critics’ picks

Campaign Financecampaign contribution & expenditure data

Congressional Votesvoting and member info.

Article Search1981 to now, facets, metadata

TimesWireup-to-the-minute links and metadata

Real Estateaggregate listings and sales data

Communityuser-generated comments

Bestsellersrankings, lists, reviews

Page 29: Open Hack NYC - Yahoo - Oct 2009

http://developer.nytimes.com

Page 30: Open Hack NYC - Yahoo - Oct 2009

http://open.nytimes.com

Page 31: Open Hack NYC - Yahoo - Oct 2009
Page 32: Open Hack NYC - Yahoo - Oct 2009
Page 33: Open Hack NYC - Yahoo - Oct 2009
Page 34: Open Hack NYC - Yahoo - Oct 2009
Page 35: Open Hack NYC - Yahoo - Oct 2009
Page 36: Open Hack NYC - Yahoo - Oct 2009
Page 37: Open Hack NYC - Yahoo - Oct 2009
Page 38: Open Hack NYC - Yahoo - Oct 2009

Let’s Build Something

Grab a TimesPeople user’s network recommendations and sync them to InstaPaper

Page 39: Open Hack NYC - Yahoo - Oct 2009

TimesPeople

Page 40: Open Hack NYC - Yahoo - Oct 2009

TimesPeople

Page 41: Open Hack NYC - Yahoo - Oct 2009

TimesPeople

Page 42: Open Hack NYC - Yahoo - Oct 2009

TimesPeople

Page 43: Open Hack NYC - Yahoo - Oct 2009
Page 44: Open Hack NYC - Yahoo - Oct 2009

Goal

Grab my network’s recommendations and sync them to InstaPaper

Page 45: Open Hack NYC - Yahoo - Oct 2009

TimesPeople API

Retrieve Users – Profile– Activities– Newsfeed– Followers– Following

User Lookup MD5 hash of e-

mail

Page 46: Open Hack NYC - Yahoo - Oct 2009

User Lookup

http://api.nytimes.com/svc/timespeople/api/v1/user/2eaf32ad1f520768c2ff97c9689fb94c/id.xml?api-key=####

Page 47: Open Hack NYC - Yahoo - Oct 2009

Get the User’s Newsfeed

http://api.nytimes.com/svc/timespeople/api/v1/user/52396025/newsfeed.xml?api-key=####

Page 48: Open Hack NYC - Yahoo - Oct 2009

YQL

Page 49: Open Hack NYC - Yahoo - Oct 2009

YQL for User Lookup

Page 50: Open Hack NYC - Yahoo - Oct 2009
Page 51: Open Hack NYC - Yahoo - Oct 2009
Page 52: Open Hack NYC - Yahoo - Oct 2009

insert into yql.storage.admin (value) values ('foo');

Page 53: Open Hack NYC - Yahoo - Oct 2009
Page 54: Open Hack NYC - Yahoo - Oct 2009

YQL for User’s Newsfeed

Page 55: Open Hack NYC - Yahoo - Oct 2009
Page 56: Open Hack NYC - Yahoo - Oct 2009

YQL for InstaPaper

Page 57: Open Hack NYC - Yahoo - Oct 2009
Page 58: Open Hack NYC - Yahoo - Oct 2009
Page 59: Open Hack NYC - Yahoo - Oct 2009

On to the Code…

Page 60: Open Hack NYC - Yahoo - Oct 2009

Execute YQL

Page 61: Open Hack NYC - Yahoo - Oct 2009

Lookup User ID

Page 62: Open Hack NYC - Yahoo - Oct 2009

Get Newsfeed

Page 63: Open Hack NYC - Yahoo - Oct 2009

Filter, Uniq, Count & Sort Recommendations

Page 64: Open Hack NYC - Yahoo - Oct 2009

Insert Into InstaPaper

Page 65: Open Hack NYC - Yahoo - Oct 2009

Big Slide of Code - Review

Page 66: Open Hack NYC - Yahoo - Oct 2009
Page 67: Open Hack NYC - Yahoo - Oct 2009
Page 68: Open Hack NYC - Yahoo - Oct 2009
Page 69: Open Hack NYC - Yahoo - Oct 2009
Page 70: Open Hack NYC - Yahoo - Oct 2009
Page 71: Open Hack NYC - Yahoo - Oct 2009

Resources

Code - http://github.com/derekg/ TimesPeople-InstaPaper-Sync

Demo - http://tp-ip-sync.appspot.com

Page 72: Open Hack NYC - Yahoo - Oct 2009

More Coding Fun

Article Search API Facets: The Hidden Secret

Page 73: Open Hack NYC - Yahoo - Oct 2009

NYT Article Trender

Page 74: Open Hack NYC - Yahoo - Oct 2009

APIsNY State Legislaturemember and committee info.

Times TagsNYT standardized terms

TimesPeopleprofile and activity data

Movie Reviews reviews, summaries, critics’ picks

Campaign Financecampaign contribution & expenditure data

Congressional Votesvoting and member info.

Article Search1981 to now, facets, metadata

TimesWireup-to-the-minute links and metadata

Real Estateaggregate listings and sales data

Communityuser-generated comments

Bestsellersrankings, lists, reviews

Page 75: Open Hack NYC - Yahoo - Oct 2009

And now for the totally useless

Page 76: Open Hack NYC - Yahoo - Oct 2009

And now for the totally useless MJ + News

Page 77: Open Hack NYC - Yahoo - Oct 2009

And now for the totally useless MJ + News

Echo Nest API + TimesWire API + Code=

The Worst Podcast Ever

Page 78: Open Hack NYC - Yahoo - Oct 2009

The APIs http://developer.nytimes.com

The blog http://open.nytimes.com