Giter Site home page Giter Site logo

hitomidennis / bgmysword Goto Github PK

View Code? Open in Web Editor NEW

This project forked from greenraccoon23/bgmysword

0.0 0.0 0.0 10.41 MB

Program to generate MySword Bible modules by looking up non-copyrighted Bibles on biblegateway.com

License: MIT License

Go 100.00%

bgmysword's Introduction

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

  1. Go to the Go download page: https://golang.org/dl/
  2. Download the .msi file (e.g. go1.4.1.windows-amd64.msi).
  3. Double-click the .msi to install Go.

###Ubuntu

  1. Run sudo apt-get install golang

###Arch Linux

  1. Run sudo pacman -S go

##Instructions to Install Dependencies
###Windows

  1. Open cmd.exe. (Either by typing 'cmd.exe' on the Start menu's searchbar or by following the instructions here).

  2. Run these commands:
    go get github.com/PuerkitoBio/goquery
    go get github.com/fatih/color
    go get github.com/mattn/go-sqlite3

  3. Keep the black cmd.exe window open and go to the next set of instructions.

###Linux (Ubuntu, Arch, etc.)

  1. Open Terminal (ctrl+alt+t).

  2. Run these commands:
    go get github.com/PuerkitoBio/goquery
    go get github.com/fatih/color
    go get github.com/mattn/go-sqlite3

  3. Keep Terminal open.

##Instructions to Install bgmysword
###Windows

  1. With the black cmd.exe window open, run this command:
    go get github.com/GreenRaccoon23/bgmysword

  2. 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.)

  1. With Terminal open, run this command:
    go get github.com/GreenRaccoon23/bgmysword

  2. 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

bgmysword's People

Contributors

greenraccoon23 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.