We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3a3d60 commit 4b4aa49Copy full SHA for 4b4aa49
README.md
@@ -2,7 +2,7 @@ Rudimentary eBay Price scraper. I've got plans to continue refining this into so
2
3
USAGE:
4
pip install -r requirements.txt
5
-python eBay_scraper.py "Your Search Query" --output_file "output.csv" --delay 1 --max_pages 2 -filter_keyword
+python eBay_scraper.py "Your Search Query" --output_file "output.db" --delay 1 --max_pages 2 -filter_keyword
6
7
Example:
8
-python eBay.py "gaming laptop" --output_file "gaming_laptops.csv" --min_price 150 --max_pages 5 --filter_keywords "used" "refurbished"
+python eBay.py "gaming laptop" --output_file "gaming_laptops.db" --min_price 150 --max_pages 5 --filter_keywords "used" "refurbished"
0 commit comments