Skip to content

Scrapes all available transactions for a given Amazon account.

Notifications You must be signed in to change notification settings

scorbajio/Amazon-Txn-Scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Scrapes all available transactions for a given Amazon account.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published