File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ Execute this command `amazon_scraper --help` in the terminal.
3636
3737.. code-block :: text
3838
39- usage: amazon.py [-h] [--locale LOCALE] [--keywords KEYWORDS] [--url URL] [--proxy_api_key PROXY_API_KEY] [--pages PAGES] [-r]
39+ usage: amazon_scraper [-h] [--locale LOCALE] [--keywords KEYWORDS] [--url URL] [--proxy_api_key PROXY_API_KEY] [--pages PAGES] [-r]
4040
4141 optional arguments:
4242 -h, --help show this help message and exit
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ python setup.py install --user
3030Execute this command ` amazon_scraper --help ` in the terminal.
3131
3232``` text
33- usage: amazon.py [-h] [--locale LOCALE] [--keywords KEYWORDS] [--url URL] [--proxy_api_key PROXY_API_KEY] [--pages PAGES] [-r]
33+ usage: amazon_scraper [-h] [--locale LOCALE] [--keywords KEYWORDS] [--url URL] [--proxy_api_key PROXY_API_KEY] [--pages PAGES] [-r]
3434
3535optional arguments:
3636 -h, --help show this help message and exit
Original file line number Diff line number Diff line change 1- 1.0.4
1+ 1.0.5
Original file line number Diff line number Diff line change 1- VERSION = "1.0.4 "
1+ VERSION = "1.0.5 "
Original file line number Diff line number Diff line change 55from distutils .core import Extension
66
77NAME = "amazon_scrape"
8- VERSION = "1.0.4 "
8+ VERSION = "1.0.5 "
99REQUIRES = ["beautifulsoup4" , "requests" ]
1010
1111# read the contents of your README file
You can’t perform that action at this time.
0 commit comments