Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d50e8ca

Browse files
authored
Update README.md
1 parent 30193e6 commit d50e8ca

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

‎LeetCode-Scrapper/README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,12 @@ Download the required packages from the following command in you terminal.(Make
66

77
` pip3 install -r requirements.txt `
88

9-
To run this script, you need to have selenium installed and configure webdriver to use chrome browser in your$PATH. You can directly download chrome driver from the link below- https://chromedriver.chromium.org/downloads. Further, if this argument is not specified, it will search path, otherwise you can set the path to chromedriver using
10-
11-
` driver = webdriver.Chrome('/path/to/chromedriver') `
9+
To run this script, you need to have selenium installed and configure webdriver to use chrome browser in your$PATH. You can directly download chrome driver from the link below- https://chromedriver.chromium.org/downloads. Then, just enter the chrome driver path as asked in the prompt.
1210

1311
## Running the script:
1412
After installing all the requirements,run this command in your terminal.
1513

1614
` python3 ques.py `
1715

1816
## Output:
19-
This script will generate 'n' number of different PDFs in the same folder to store the problem information, specifically problem title, problem statement, test cases, and the problem link.
17+
This script will generate 'n' number of different PDFs in the same folder to store the problem information, specifically problem title, problem statement, test cases, and the problem link.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /