babeliocli-setup
babeliocli — Setup, Authentication, Session Management
babeliocli is a read-only CLI for babelio.com. It does not use an official API: instead, it logs into the regular web form (or reuses cookies from the user's browser) and parses HTML pages.
Install
One-liner (macOS or Linux, amd64 or arm64):
curl -fsSL https://raw.githubusercontent.com/yoanbernabeu/babeliocli/main/install.sh | sh
Or with Go:
go install github.com/yoanbernabeu/babeliocli@latest
Or grab a binary from the GitHub releases.
More from yoanbernabeu/babeliocli
babeliocli-discover
Search the Babelio catalogue, open a book's detail page, and read its reader critiques using babeliocli. Use this skill whenever a user wants to find a book on Babelio, look up a book's synopsis / rating / publisher / page count, pull reviews about a specific title, or compare reader opinions programmatically.
2babeliocli-library
Read the authenticated user's Babelio shelves (lus, à lire, en cours, pense-bête, abandonnés, critiqués, non critiqués) using babeliocli. Use this skill whenever a user wants to list their books, count books they've read, group reads by month or year, extract their reading history, compute statistics about their library, find a book they own, or export their Babelio shelves as JSON.
2