python-amazon-paapi
python-amazon-paapi copied to clipboard
Amazon Product Advertising API 5.0 wrapper for Python 💰
It would be really nice to have a test suite for the repo. In particular, including something like `mocks.py` that includes a mock product returned by this repo would help...
When hosting on a free account PythonAnywhere you need to connect through a proxy for the connection to go out. Is it possible to add this to the package seeing...
**Steps to reproduce** 1. Check out this example repository: https://github.com/YPCrumble/amazon-paapi-test 2. Create a virtualenvironment and install mypy 3. Run `mypy .` and you should get this following error: ``` example/example.py:1:...
good morning, but where do I insert the KEY, SECRET, TAG, COUNTRY ?? thank you
Good morning, I did a lot of research, the number of comments and the note do not appear although on the site, there is no problem. Also, to sort using...
Will be good if it will be implemented to view user reviews rate. Thanks
Hello everyone, I started to implemented this wrapper in un webserver using Flask and Redis for caching. Maybe a someone interest this implementation: [Paapi Amazon Webserver](https://github.com/EliaTolin/paapi_amazon_webserver) This wrapper was mentioned...
**Steps to reproduce** 1. 2. 3. **Code example** ```python "Add some code that helps understanding the issue" ``` **Current behavior** A clear and concise description of what is currenctly happening....
It would be great for the api to filter only necessary parameters. **Describe the solution you'd like** Just like the official paapi : items_response = amazon.get_items(asin_list, resources=[RESOURCES LIST]) Example: items_response...