Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.2 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Programming > Libraries

    amathon 0.2

    Download button

    No screenshots available
    Downloads: 130  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    y42sora | More programs
    LGPL / FREE
    September 24th, 2012, 19:10 GMT
    ROOT / Programming / Libraries

     Read user reviews (0)  Refer to a friend  Subscribe

    amathon description

    Amazon API wrapper for Python 3.x

    amathon is a Amazon API wrapper for Python 3.x. This libraries make you easier to care for requesting Amazon API.

    First you must make Amathon object, this object need api_keys and assocciate ID.
    api = Amathon(AWSAccessKeyId=api_key.access_key, ASWSecretAccessKey=api_key.secret_key, AssociateTag=api_key.aa_id)

    If you want to use proxy, you can set it.
    api.set_proxy("http", api_key.proxy_url)
    The libraries don't save other parameters.

    Afterwards you can call method with parameters.
    print(api.ItemLookup(ItemId="0465026567", ResponseGroup="ItemAttributes").decode("utf-8"))

    This libraries use amazon.co.jp default, if you want to use amazon.com you should write like this

    api = Amathon(
     AWSAccessKeyId=api_key.access_key,
     ASWSecretAccessKey=api_key.secret_key,
     AssociateTag=api_key.aa_id,
     API_URL="http://webservices.amazon.com/onca/xml"
     )


    If you want to other example you see the example.py.

    'All method name is same operation name which described on API reference.'
    *en : API Reference - Product Advertising API


    Product's homepage

    Requirements:

    · Python

      


    TAGS:

    Amazon API | Python wrapper | Amazon | API | Python

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM