Program to generate MySword Bible modules by looking up non-copyrighted Bibles on biblegateway.com.
(Written in Go/Golang)
Emphasis on NON-copyrighted
Please do not distribute any modules created by this program.
I'll show you how to install the program. But first, you need to have Go
(Google's programming language) installed and a couple other Go
modules installed (it's easy; don't worry).
Go
download page: https://golang.org/dl/ .msi
file (e.g. go1.4.1.windows-amd64.msi
)..msi
to install Go. sudo apt-get install golang
sudo pacman -S go
Open cmd.exe
. (Either by typing 'cmd.exe' on the Start menu's searchbar or by following the instructions here).
Run these commands:
go get github.com/PuerkitoBio/goquery
go get github.com/fatih/color
go get github.com/mattn/go-sqlite3
Keep the black cmd.exe
window open and go to the next set of instructions.
Open Terminal
(ctrl+alt+t).
Run these commands:
go get github.com/PuerkitoBio/goquery
go get github.com/fatih/color
go get github.com/mattn/go-sqlite3
Keep Terminal open.
With the black cmd.exe
window open, run this command:
go get github.com/GreenRaccoon23/bgmysword
This should install it automatically (I haven't been able to test it on another computer yet). Run it like this (replacing KJV with the translation you want):
bgmysword KJV
With Terminal open, run this command:
go get github.com/GreenRaccoon23/bgmysword
This should install it automatically (I haven't been able to test it on another computer yet). Run it like this (replacing KJV with the translation you want):
bgmysword KJV