bgmysword
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).
##Instructions to Install Go
###Windows
- Go to the
Go
download page: https://golang.org/dl/
- Download the
.msi
file (e.g. go1.4.1.windows-amd64.msi
).
- Double-click the
.msi
to install Go.
###Ubuntu
- Run
sudo apt-get install golang
###Arch Linux
- Run
sudo pacman -S go
##Instructions to Install Dependencies
###Windows
-
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.
###Linux (Ubuntu, Arch, etc.)
-
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.
##Instructions to Install bgmysword
###Windows
-
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
###Linux (Ubuntu, Arch, etc.)
-
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