From 7280dcea76e91a9e40f3651e4c9f7820a287ab5d Mon Sep 17 00:00:00 2001 From: Sergio Abad <38834798+sergioteula@users.noreply.github.com> Date: Wed, 24 Mar 2021 13:25:28 +0100 Subject: [PATCH] Updated README This module no longer works since Amazon updated its API, so I've added a warning message and a link to my module to help people find it. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ab4d917..9ac0e96 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,10 @@ A simple Python wrapper for the Amazon.com Product Advertising API. ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/python-amazon-simple-product-api.svg) [![Code Shelter](https://www.codeshelter.co/static/badges/badge-flat.svg)](https://www.codeshelter.co/) +WARNING +-------- +**This module no longer works since Amazon updated its API, please use [this one](https://github.com/sergioteula/python-amazon-paapi) instead.** + Features --------