davidbauer / Instacurate

Turn your Twitter timeline into a personalised news site, in an instant. Fetches links from your timeline and displays them in a discovery friendly design.
http://www.instacurate.com
113 stars 29 forks source link

Handle links within reddit intelligently #102

Open davidbauer opened 10 years ago

davidbauer commented 10 years ago

it appears that reddit's api does deliver a link value even if the post is not a link post. it then just delivers the link to the post itself, which isn't terribly helpful for instacurate.

see for example: http://instacurate.com/s/reddit/#learnprogramming

we should probably exclude links to reddit. or is there a more intelligent way to get only posts that are actually link posts?