Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nimrod007/ted-talks-details-from-ted.com-and-youtube

TED talks list and details from ted.com and YouTube (web crawler)
https://github.com/nimrod007/ted-talks-details-from-ted.com-and-youtube

Last synced: 9 days ago
JSON representation

TED talks list and details from ted.com and YouTube (web crawler)

Awesome Lists containing this project

README

        

TED-talks-details-from-TED.com-and-youtube
==========================================
#### [you can use this public api](http://market.mashape.com/bestapi/ted/): Mashape

this is an example of you to get talks data

this is a PHP script that should run from command line / as a crone job

main objective of this is to get details of TED talk from the offical ted web site and from
YouTube

this will go over all video pages on http://www.ted.com/talks/view/id/
from id=1 till the end when there are no more ID's to query
on each page will take some relevant data and store it

afterward for each TED talk saved from ted.com a query will be sent via YouTube api to get more details that
is missing in the ted.com web site

in the end there will be a full list of all TED talks with data from ted.com (like title, tags etc..)
and data from youtube.com (like view count, video src etc....)