Sergio Abad
Sergio Abad
@dlo I have used bottlenose to retrieve the same product on my server, which has been running for a while, and my PC with a fresly started instance of my...
@dlo I have just confirmed that it's not necessary to restart the server in order to make the API work again, I only need to stop running the code and...
@dlo That's not the case, it worked on my PC because I started running the code at that moment, but after some time it fails too. So it fails both...
@dlo I don't think so... It has started to fail some days ago, it was working perfectly until now. The strange thing is what I said, stopping running the code...
Hello everyone, I have created my own wrapper for the new release of the Amazon API. I hope it will be helpful. https://github.com/sergioteula/python-amazon-paapi5
> It will still works on PA API 5 without updates? No, it won't. But you can switch to my wrapper, I hope it would be useful. https://github.com/sergioteula/python-amazon-paapi5
My wrapper https://github.com/sergioteula/python-amazon-paapi has been updated with new structure to make it simpler and access to the unparsed data from the API. I hope it helps.
Now also compatible with search and get variations functionalities. https://github.com/sergioteula/python-amazon-paapi
> Both of these wrappers have switched the package to GPLv3 licensing - it would be nice if one could revert to Bottlenose's Apache license or move to a permissive...
That's a very good idea, it would also help me testing the wrapper at development. I want to work first on refining the product instance structure, and then we can...