Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 883 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 883 Bytes

Amazon Transaction Scraper PoC

Scrapes all available transactions for a given Amazon account.

Requirements

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

Quick Start

Clone the repository from github and move into it:

$ git clone [email protected]: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.