Lazuli

An Amazon product importer

Table of Contents

  1. What the fuck is this?
  2. Usage
  3. Installation

What the fuck

This is an repository that is intended for transforming an Amazon products into an Jekyll post.

Usage

Preview

First of all you need to create an config file located at your home directory.

$ cat ~/.lazuli.conf
# access_key=<your_access_key_here>
# secret_key=<your_secret_key_here>
# partner_tag=<your_partner_key_here>

Then run following command

lazuli

Installation

  1. You need to have ruby installed.
  2. Download the latest gem from the release page. sh $ cd ~/Downloads $ gem install --local lazuli If this does not work try it with sudo privileges.