Skip to content

solafide-dev/gobible-gen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoBible Generator

This repo contains versions of the Bible in the Go Bible format, as well as a generator for creating new versions.

Versions contained in this repo are public domain.

If you use the tools to generate another bible, please be aware that the bible text of various translations are copyrighted and not freely distributable with your project.

Additionally, this tool relies on BibleGateway.com to fetch the text of the bible. It uses DOM scraping, and thus could break at any time with changes to the site. If you find that a version is no longer generating, please open an issue.

Todo

  • Support formatting
  • Support footnotes
  • Detect Language

Pregenerated Bibles

Bibles in the public domain are already included, and be be found in the /generated directory.

Feel free to just download these directly if you don't want to generate your own.

Usage

If you need a version not already included, you can generate it yourself.

$ go run main.go --version=ESV

This will drop a file named ESV.json in the generated directory.

Available Versions

This tool uses BibleGateway.com to fetch the text of the bible. You can view their full list of available versions at https://www.biblegateway.com/versions/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages