eBayCompetitorPriceCompare/README.md

24 lines
564 B
Markdown
Raw Normal View History

2022-05-30 21:46:34 +02:00
# eBayCompetitorPriceCompare
2023-01-10 18:30:09 +01:00
scrape ebay(.de) for competitors listings and compare the price to own ebay shop
## Requirements
```
pip install tinydb tqdm
```
## Usage
### Scrape listings
Scrape all listings from seller's shop with `python search_seller.py`
This will create `seller_db.json` with all found listings.
Delete this file before next run manually.
### Compare listings
Compare and export all found listings with `python compare.py`
This will take a while and exports the static html.
## Example export
2023-01-10 19:29:30 +01:00
See `example_export.zip` for an example.