mirror of
https://github.com/onyx-and-iris/bible.git
synced 2026-09-15 07:32:34 +00:00
ca84b8f83eab5df3cea150e527bf928b1f419f9d
Bible CLI/TUI - Powered by API.Bible
Install
Clone the repository, and then
with uv
uv tool install .
with pipx
pipx install .
Run as a CLI
bible-cli book chapter Genesis 1
Run as a TUI
bible-tui
Requirements
- An API key from API Bible
Configure
Example .env:
BIBLE_API_KEY="<api-key>"
BIBLE_BIBLE_NAME="New King James Version"
BIBLE_BOOK_NAME='Genesis'
BIBLE_THEME="onyx-light"
BIBLE_LOG_LEVEL="info"
Note, although cache expiry days is configurable it should NOT be set above 30 days, as per the terms and conditions of the API. See Acceptable Use
Languages
Python
100%

