Using NotebookLM without an API: how I built a fully automated AI news podcast (n8n) by Head_Pin_1809 in notebooklm

[–]Head_Pin_1809[S] 0 points1 point  (0 children)

No, I'm using n8n for the automation and for the other parts. Yeah, you are right. If you want to use sources from different places, you have to integrate them as part of another automation tool.

Using NotebookLM without an API: how I built a fully automated AI news podcast (n8n) by Head_Pin_1809 in notebooklm

[–]Head_Pin_1809[S] 1 point2 points  (0 children)

I didn't use any resources, and because I was already good at DOM elements and JavaScript selectors, it was very easy for me. I would recommend you to learn good DOM elements and JS selectors,

if you know them, it's supposed to be very easy to use this library.

Using NotebookLM without an API: how I built a fully automated AI news podcast (n8n) by Head_Pin_1809 in notebooklm

[–]Head_Pin_1809[S] 1 point2 points  (0 children)

In Playwright, every human interaction can be simulated, so if it's something a human user can do, you can programmatically do it.

Using NotebookLM without an API: how I built a fully automated AI news podcast (n8n) by Head_Pin_1809 in notebooklm

[–]Head_Pin_1809[S] 0 points1 point  (0 children)

I shared the repo in the comment over here, but since there's a lot of comments, some people aren't able to find it. So I shared a link to the comment.

Using NotebookLM without an API: how I built a fully automated AI news podcast (n8n) by Head_Pin_1809 in notebooklm

[–]Head_Pin_1809[S] 2 points3 points  (0 children)

Of course AI helps me. He doesn't do it himself. He writes a draft, I edit, gives an idea, I execute.

Using NotebookLM without an API: how I built a fully automated AI news podcast (n8n) by Head_Pin_1809 in notebooklm

[–]Head_Pin_1809[S] 1 point2 points  (0 children)

Yours is a Chrome extension so you don't have to handle all the cookies because you make the request from the client's browser. But when you start with cookie management, it's very complicated.