Skip to content

Commit 4b4aa49

Browse files
Update README.md
1 parent f3a3d60 commit 4b4aa49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Rudimentary eBay Price scraper. I've got plans to continue refining this into so
22

33
USAGE:
44
pip install -r requirements.txt
5-
python eBay_scraper.py "Your Search Query" --output_file "output.csv" --delay 1 --max_pages 2 -filter_keyword
5+
python eBay_scraper.py "Your Search Query" --output_file "output.db" --delay 1 --max_pages 2 -filter_keyword
66

77
Example:
8-
python eBay.py "gaming laptop" --output_file "gaming_laptops.csv" --min_price 150 --max_pages 5 --filter_keywords "used" "refurbished"
8+
python eBay.py "gaming laptop" --output_file "gaming_laptops.db" --min_price 150 --max_pages 5 --filter_keywords "used" "refurbished"

0 commit comments

Comments
 (0)