Show HN: YouTube Summary CLI (github.com)
This simple tool was born out of a personal need for a more efficient way to consume YouTube content.
It provides you with a short and segment-wise summary of a YouTube video. Each segment is printed with a link to that part of the video. I know there are several Chrome extensions that do this, butI work with different browsers so I wanted a simple CLI app for that.
Hope this helps anyone else. Any feedback would be much appreciated
6 comments
[ 1.6 ms ] story [ 53.9 ms ] threadCouple weeks ago, I made a Summary Telegram bot to summarize everything together includes text, URL, PDF and YouTube video. I used MapReduce to summarize each chunks of YouTube transcript, but the result ended up missing too much information.
https://github.com/tpai/summary-gpt-bot
I am wondering if you'd be interested in integrating our tools together?
There's not enough incentive for me to continue working on my project, but it has an MIT license so feel free to copy whatever you want to your own project.