amazon-invoice-downloader
amazon-invoice-downloader copied to clipboard
Amazon UK version?
Would it be possible to adapt this for Amazon UK. I have tried, modifying line 80 and 158 to amazon.co.uk
The next change would be 141 to read "%d %B %Y" And fix the output on line 142, to replace £ instead of $ and zapping the comma in the format.
So far so good except it failed on 160
AttributeError: 'NoneType' object has no attribute 'get_attribute'. Did you mean: '__getattribute__'?
And since I am a n00b, I have no idea to fix this.