https://github.com/johnisanerd/keepa-demo
Demonstrate Keepa
https://github.com/johnisanerd/keepa-demo
api keepa python
Last synced: about 1 month ago
JSON representation
Demonstrate Keepa
- Host: GitHub
- URL: https://github.com/johnisanerd/keepa-demo
- Owner: johnisanerd
- Created: 2024-07-26T13:15:34.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-30T22:03:50.000Z (almost 2 years ago)
- Last Synced: 2025-03-02T10:43:42.797Z (over 1 year ago)
- Topics: api, keepa, python
- Language: Python
- Homepage: https://keepa.com/
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```