An open API service indexing awesome lists of open source software.

https://github.com/ijustdev/lazuli

CLI for transforming Amazon products into blog posts with eruby.
https://github.com/ijustdev/lazuli

affiliate-marketing amazon cli commandline-interface paapi5 ruby templating

Last synced: 7 months ago
JSON representation

CLI for transforming Amazon products into blog posts with eruby.

Awesome Lists containing this project

README

        



Lazuli


An Amazon product importer


![Gem](https://img.shields.io/gem/dt/lazuli?style=for-the-badge)
![Version](https://img.shields.io/gem/v/lazuli?style=for-the-badge)

## Table of Contents
1. [What the fuck is this?](#what-the-fuck)
2. [Usage](#usage)
2. [Installation](#installation)

## What the fuck
This is an repository that is intended for transforming an Amazon product into an Jekyll post or any other kind of post using the templaing engine eruby.

## Support
Buy Me A Coffee

## Usage

![Preview][preview]

First of all you need to create an config file located at your home directory.
```sh
$ cat ~/.lazuli.conf
# Cat output
access_key=
secret_key=
partner_tag=
```

Then run following command
```sh
$ lazuli
```

## Installation
1. *You need to have Ruby and Ruby Gems installed.*
```sh
$ gem install lazuli
```
If this does not work try it with sudo privileges.

[preview]: resources/preview.svg