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.
- Host: GitHub
- URL: https://github.com/ijustdev/lazuli
- Owner: IJustDev
- License: mit
- Created: 2020-08-14T22:42:55.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-31T08:13:40.000Z (almost 5 years ago)
- Last Synced: 2024-04-27T02:03:08.797Z (about 1 year ago)
- Topics: affiliate-marketing, amazon, cli, commandline-interface, paapi5, ruby, templating
- Language: Ruby
- Homepage:
- Size: 49.8 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
![]()
Lazuli
An Amazon product importer

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