Telegram bot for capturing book quotes.
- Install deps and Playwright browsers:
make sync - Run FastAPI webhook server:
make serve - Run tests:
make test
TELEGRAM_BOT_TOKEN(required)TELEGRAM_WEBHOOK_SECRET(optional, if you want to verify requests)LIVELIB_USERNAME(for reading list URL building)LIVELIB_STORAGE_STATE(Playwright storage_state json path for logged-in session)