1
0
Fork
You've already forked damazon
0
Download all orders from amazon.de
  • Python 94.9%
  • Shell 5.1%
2014年07月07日 15:10:48 +02:00
src add changes from ixs: https://gist.github.com/zakx/8249581#comment-979132 2014年07月07日 13:58:54 +02:00
.gitignore ignore virtualenv setup 2014年07月07日 15:04:16 +02:00
INSTALL installation instructions. 2014年07月07日 15:10:48 +02:00
README.md installation instructions. 2014年07月07日 15:10:48 +02:00
UNINSTALL installation instructions. 2014年07月07日 15:10:48 +02:00

Download all orders from amazon.de.

This is based on https://gist.github.com/zakx/8249581, and is necessary because https://www.amazon.com/gp/b2b/reports does not work with amazon.de (only with amazon.com).

INSTALLATION

  • Run ./INSTALL. This will create a virtualenv in src and add the required packages.

DEINSTALLATION

  • Run ./UNINSTALL. This will destroy the virtualenv and all packages.