Alex Hellier
Alex Hellier
This would be a good item to get fixed, currently when rendering I have to stop using proxy servers.
cool thanks, I was going to take a look later but I'm not up on the whole async thing yet :)
bump? any updates?
I'd like to start using this for an internal project, but the fact it has gone un-loved for nearly 2 years worries me. If it is not being updated here,...
> To everyone: It is an open source project. Everyone can just fix something and then submit a pull request of the fix. This way life gets better for everybody....
You need to use Boto from amazon to communicate over the services - then you can use the subscriptions API in our module to subscribe how you would like.
Code: https://github.com/python-amazon-mws/python-amazon-mws/blob/develop/mws/apis/subscriptions.py The original pull request where I have a few examples: https://github.com/python-amazon-mws/python-amazon-mws/pull/67 And a very basic working example in this one here (I used it to quickly setup my...
You will need to use a later version of the software from when I added that feature. In theory an upgrade should work without breaking anything (famous last words) as...
``` from credentials import creds from helpers.mws_factory import MWSFactor ``` You are referring to some helper code from my example I'm afraid - they are not part of the mws...
Hi @Anthon02 You will need to use the develop branch of the module to gain access to the subscriptions code, but don't worry, its fairly stable and is in reality...