Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/nimrod007/ted-talks-details-from-ted.com-and-youtube
- Owner: Nimrod007
- Created: 2013-02-17T19:47:03.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-10-18T19:02:10.000Z (about 9 years ago)
- Last Synced: 2023-10-20T22:05:10.508Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 230 KB
- Stars: 7
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/):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
YouTubethis 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 itafterward 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 sitein 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....)