Simple Python-based scraper for Amazon order receipts
Stars
50
Forks
19
Watchers
50
Open Issues
5
Overall repository health assessment
No package.json found
This might not be a Node.js project
24
commits
correctly handle both the case when there's a continue button and when there isn't
47e7b6dView on GitHubadd a couple more random sleeps, and remove the no-longer-present Continue button
b02e493View on GitHubadd support for emailing PDF receipts and the Selenium ChromeDriver (replaces mechanize, which does not seem to be able to login to Amazon anymore as of May 2016)
5cf630fView on GitHubupdate to BeautifulSoup4 and use it rather than regex for most HTML parsing
bf72ef1View on GitHubsupport logging in again after failure, and force re-fetch of potentially bad cached data
9adb760View on GitHub