Live data from Hacker News

Show HN: YouTube Summary CLI

github.com

1–7 of 7 posts

Show HN: YouTube Summary CLI

#1
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

Show HN: YouTube Summary CLI
github.com

Re: Show HN: YouTube Summary CLI

#2
Cool, it's a smart way to summarize YouTube video!

Couple 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?

Re: Show HN: YouTube Summary CLI

#3
post #2

Cool, it's a smart way to summarize YouTube video! Couple 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?

Hi there A Telegram bot is also a good way to do summarization.

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.

Re: Show HN: YouTube Summary CLI

#6

This is amazing! I made something similar to this but this is way more polished. I found tools like this really useful because it helps prevents you from getting click baited.

Yes! This is exactly the reason I created it. No more spending 10 minutes to understand something that can be understood in 30 seconds