I've been blown away by notebooklm and would love to use it via an API. There currently isn't an official API but is there some alternative way of enabling something similar via an API or combination of APIs?
You could script it with a headless browser and Playwright, probably, or just inspect the NotebookLM app and make similar API calls to the ones it's sending.
Heh, I actually just go the "threads" link a few (uh... hundred?) times a day (e.g. https://news.ycombinator.com/threads?id=etewiah) and scroll through them manually. I don't always catch the replies, especially if they fall to the 2nd page or beyond.
A sibling comment mentioned one service. https://www.hnreplies.com/ is another one that I've used in the past, but it got too noisy (not spam, just frequent emails). I'd prefer an app with push notifications and proper threading.
Like many others, I once tried building an alternative HN frontend with replies caching and push notifications, but the HN API is so barebones/lackluster and poorly documented that I gave up after a few days (basically, for anything that requires a login, you end up having to just scrape the HTML). Every once in a while, there's some talk of improving the API to make it more robust, but I don't think it's a priority for YCombinator.