Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/johnisanerd/keepa-demo
- Owner: johnisanerd
- Created: 2024-07-26T13:15:34.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-30T22:03:50.000Z (6 months ago)
- Last Synced: 2024-11-13T13:54:30.561Z (2 months 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
```