GitDeployHub

teng-lin/notebooklm-py

github.com/teng-lin/notebooklm-py ↗
Python
1 environment variable found in .env.example

Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.

  • NOTEBOOKLM_READ_ONLY_NOTEBOOK_ID Required for E2E tests: Your READ-ONLY test notebook ID Create a notebook at https://notebooklm.google.com with: Multiple sources (text,…
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/teng-lin/notebooklm-py
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/teng-lin/notebooklm-py
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/teng-lin/notebooklm-py
Or deploy to a different host
← Try another repo