python-amazon-paapi icon indicating copy to clipboard operation
python-amazon-paapi copied to clipboard

Amazon Product Advertising API 5.0 wrapper for Python 💰

Results 12 python-amazon-paapi issues
Sort by recently updated
recently updated
newest added

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

feature

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

feature

**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:...

bug

good morning, but where do I insert the KEY, SECRET, TAG, COUNTRY ?? thank you

Is there a way to query on the basis a product has a live promotional code?

feature

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

bug

Will be good if it will be implemented to view user reviews rate. Thanks

feature

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

bug

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

feature