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.
python3.11 -m venv myenv
source myenv/bin/activate
pip install -r requirements.txt
python keepa_demo.py