Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/johnisanerd/keepa-demo

Demonstrate Keepa
https://github.com/johnisanerd/keepa-demo

api keepa python

Last synced: 5 days ago
JSON representation

Demonstrate Keepa

Awesome Lists containing this project

README

        

# 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.](https://keepaapi.readthedocs.io/en/latest/api_methods.html)

# Setup and Install

## Install A Virtual Environment

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

## Install Libraries

```bash
pip install -r requirements.txt
```

## Run the Code

```bash
python keepa_demo.py
```