amazon-invoice-downloader icon indicating copy to clipboard operation
amazon-invoice-downloader copied to clipboard

Automatically download Amazon Invoices as PDFs

Results 6 amazon-invoice-downloader issues
Sort by recently updated
recently updated
newest added

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

Trying to install it while using Python 12. I end up getting a bunch of `C2039` compiler errors while building [greenlet](https://github.com/python-greenlet/greenlet). From this https://github.com/python-greenlet/greenlet/issues/363, looks like an update is available...

waiting for locator("a").locator("text=Returns & Orders") to be visible

I didn't realize renaming the branch would close the existing branch. This resolves #6 in my testing. The problem is that "Sign In" and "Sign in with passkey" are both...

When using the --email and --password flags, the script crashes with this error: ``` Traceback (most recent call last): File "d:\python38\lib\runpy.py", line 194, in _run_module_as_main return _run_code(code, main_globals, None, File...

It seems that Amazon recently updated its website, preventing the script from downloading invoices until I adjusted the selector. I figured I’d open a PR in case others are experiencing...