Skip to content

tobiasmcnulty/amzscraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Amazon Order Scraper

This is a simple script using the Python selenium library to scrape all your Amazon orders and create handy PDFs for receipt/tax purposes.

To use:

mkvirtualenv -p python3.9 amzscraper
pip install git+https://github.com/tobiasmcnulty/amzscraper.git
amscraper -u <email> -p <pass> 2021

If it does need to download a page from Amazon, a random sleep is inserted to throttle connections to the server.

Orders will be downloaded to the orders/ directory in your current directory by default

For further options, see:

amzscraper -h

Requirements

  • Python 3.7+
  • virtualenv and virtualenvwrapper
  • wkhtmltopdf installed and in your PATH
  • chromedriver installed and in your PATH

Credits

This is loosely based on an earlier project by Chase Seibert.

About

Simple Python-based scraper for Amazon order receipts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages