Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kythrasuntamer authored Nov 16, 2024
1 parent 2337737 commit 85088e4
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,5 @@ Rudimentary eBay Price scraper. I've got plans to continue refining this into so
USAGE:
pip install -r requirements.txt

python eBay_scraper.py "Your Search Query" --output_file "output.csv" --delay 1 --max_pages 2

EXAMPLE:python eBay_scraper.py "Nvidia RTX 3090 TI" --output_file "RTX3090_TI.csv" --delay 1 --max_pages 2


python eBay_scraper.py "Your Search Query" --output_file "output.csv" --delay 1 --max_pages 2 -filter_keyword
python eBayt.py "gaming laptop" --output_file "gaming_laptops.csv" --min_price 150 --max_pages 5 --filter_keywords "used" "refurbished"

0 comments on commit 85088e4

Please sign in to comment.