This ruby script is for copying scriptures on the Bible to clipboard.
Install ruby 2.4.x
or higher version.
-
For Windows Users
You will need MinGW
to install Nokogiri
gem.
Install MinGW
on the last step of installing ruby.
Install Bundler
.
> gem install bundler
Install other gems.
bundle install
-
For Linux Users
You will need the xclip or xsel program.
On debian/ubuntu this is: sudo apt-get install xclip
Get scriptures from web.
ruby BibleCroller.rb
It needs several minutes.
-
Build it as a gem.
-
Gathering english Bible text from biblegateway.com