Scrapes all available transactions for a given Amazon account.
- Docker should be installed
- Python 3 should be installed and included in path
- Bash should be available to run
run.sh
- System should have access to low-latency network connection. If latency is too high, script may silently fail.
Clone the repository from github and move into it:
$ git clone git@github.com:Ghorbanian/Amazon-Txn-Scraper
$ cd Amazon-Transaction-Scraper
Add your Amazon username and password to a .env
file in the root of the project directory:
$ echo 'AMAZON_USERNAME="<username>"\nAMAZON_PASSWORD="<password>"' > .env
Run the run.sh
script
$ bash run.sh
Scraped transactions will appear as text files in the root of the project directory with the date and time of the scrape in the name.