/keepa-demo

Demonstrate Keepa

Primary LanguagePython

Keepa Demo

Demonstrate Keepa, this is a quick demo for the keepa API. This demo will look for price arbitrage in the European Amazon markets, specifically finding prices in the UK that are lower than the prices in Germany. This is a simple example of how to use the keepa API. The keepa API is a paid service, you can find more information on the Keepa website here.

Setup and Install

Install A Virtual Environment

python3.11 -m venv myenv
source myenv/bin/activate

Install Libraries

pip install -r requirements.txt

Run the Code

python keepa_demo.py