-
-
Notifications
You must be signed in to change notification settings - Fork 44
Export Bible Text
Eliran Wong edited this page Oct 23, 2025
·
3 revisions
Export Bible Text
To export the text of NET
python3
from uniquebible import config
config.noQt = True
config.runMode = "stream"
from uniquebible.db.BiblesSqlite import Bible
Bible("NET").exportToMarkdown()
Bible("NET").exportToMarkdown(agbParagraphs=True, agbSubheadings=True, standardReference=True)
Find exported files at ~/UniqueBible/temp/