Last active
December 17, 2024 21:26
-
-
Save cypris75/dc8baf5ea67b87d87ae839468ffdaa0c to your computer and use it in GitHub Desktop.
This works for Amazon.de (Germany) and is currently hard-coded to download all invoices from the current year.
To make it work for other marketplaces you would need to adjust the following:
- Locale
- Label "Hallo, anmelden"
- Labels for login fields and buttons
- Label for your orders
- Date format
- All amazon.de references
- All XPath references to German labels
- Currency and number formatting references
- ... and probably more
You also need an .env
file with your login data:
[email protected]
AMAZON_PASSWORD=itsstilldayone
Hope this helps someone.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a Jupyter Notebook which uses Playwright to download Amazon invoices from amazon.de
Based on: https://github.com/dcwangmit01/amazon-invoice-downloader