.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,…
brew install flyctl && fly launch --from https://github.com/teng-lin/notebooklm-py
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/teng-lin/notebooklm-py
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/teng-lin/notebooklm-py