Top TED Talks

You can find my updated Top TED Talks document here (updated 2012-03-22)
If you don’t know about TED talks, you’re missing out. TED is a conference held in California annually, where speakers from various fields such as psychology, music, management, entertainment and developing technologies are given up to 18 minutes to share ideas and knowledge with the audience. Tickets to the conference are pricey, but TED put every talk up on their website for anyone to view free.
Currently there are 1132 TED talks, and I found it a little hard to figure out which ones are ‘must-watch’, so taking a look at Quora I stumbled upon a Ruby script from analytics gurus PostRank that would generate a document with various ranked statistics on them. I updated the script slightly to more efficiently use API calls, and set about updating their out of date document. The new document contains 500+ new talks, and updated statistics on the ones that were already present.
One important thing to note is that my script doesn’t utilise whatever method PostRank seem to be using to weight the sources (which they did not include in the script or their post), so the ‘engagement’ numbers won’t be as high, but the general idea is there.
You can find my updated Top TED Talks document here (updated 2012-03-22)
If you want to generate your own document, you first need to obtain an API key from PostRank which gets you 1000 calls a month (the script uses about 20 at the moment, each time it’s run), and then run the script. If you’re technically inclined enough to want to do this, you’ll also need to ‘gem install’ some of the Ruby Gems required for the script, but that’s beyond the scope of this post. Hope you like it!


