Skip to content

Commit 7d4cdfb

Browse files
Update README.md
1 parent 9197303 commit 7d4cdfb

File tree

1 file changed

+4
-13
lines changed

1 file changed

+4
-13
lines changed

README.md

+4-13
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,8 @@
1-
# Ebay-Price-Scraper
2-
This Will Scrape the price of Ebay Items.
1+
USAGE:
2+
pip install -r requirements.txt
33

4-
simply modify the url = to whatever page you want to scrape.
4+
python eBay_scraper.py "Your Search Query" --output_file "output.csv" --delay 1 --max_pages 2
55

6-
and then simply
6+
EXAMPLE:python eBay_scraper.py "Nvidia RTX 3090 TI" --output_file "RTX3090_TI.csv" --delay 1 --max_pages 2
77

8-
pip install requests
9-
10-
pip install beuatifulsoup4
11-
12-
and then run it.
13-
14-
there are a few scrapers in here that would have to be modified by you, some use SQL databases, some can alert you
15-
16-
Pip install scrapy for them. Things are a work in progress at the moment. So is the documentation.
178

0 commit comments

Comments
 (0)