Skip to content

tgeselle/ampex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ampex

Elixir Library for interacting with Amazon Product Advertising API

Installation

Add ampex to your list of dependencies in mix.exs:

  def deps do
    [{:ampex, "~> 0.1.0"}]
  end

Config

Add these 3 environment variables to you system:

AWS_ASSOCIATE AWS_KEY AWS_SECRET

Usage

FindPosition

Find position of a product:

  Ampex.find_position(asin, keywords, max_pages \\ 10, wait_call \\ 1100, page \\ 1, position \\ 0)

ItemLookup

Only returns title and image:

  Ampex.item_lookup(asin)

About

Elixir Library for interacting with Amazon Product Advertising API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages