https://github.com/wichopy/hot-ones-transcript-visualization
Data Visualization of the Gordon Ramsay Hot Ones transcript.
https://github.com/wichopy/hot-ones-transcript-visualization
echarts gordon graphing hot ones ramsay react transcript youtube
Last synced: 7 months ago
JSON representation
Data Visualization of the Gordon Ramsay Hot Ones transcript.
- Host: GitHub
- URL: https://github.com/wichopy/hot-ones-transcript-visualization
- Owner: wichopy
- Created: 2019-01-31T05:35:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-02T01:29:57.000Z (over 6 years ago)
- Last Synced: 2025-01-22T01:47:04.818Z (9 months ago)
- Topics: echarts, gordon, graphing, hot, ones, ramsay, react, transcript, youtube
- Language: JavaScript
- Size: 344 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Demo:

https://projects.willchou.dev/ramsays-hotones/index.htmlTo extract text from any youtube video:
Open youtube video.
Inspect network requests.
Enable closed captions.
Look for https://www.youtube.com/api/timedtext?expire=1548621961&v=U9DyHthJ6LA&asr_langs=ja%2Cfr%2Cen%2Cde%2Cko%2Cnl%2Cit%2Cpt%2Ces%2Cru&key=yttt1&hl=en&caps=asr&sparams=asr_langs%2Ccaps%2Cv%2Cexpire&signature=0AA3CCD79BEE6AE00008728A2392FD615D36F284.A9BBC6918719D0A34ACAE154DCAD76579587F7E6&kind=asr&lang=en&fmt=srv3
Copy response and save it
Parse the xml into a json, http://www.utilities-online.info/xmltojson/
Run parse-transcript-json.js