You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Dev.to Scraper/README.md
-5Lines changed: 0 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,11 +8,6 @@ pip install -r requirements.txt
8
8
```
9
9
As this script uses selenium, you will need to install the chrome webdriver from [this link](https://sites.google.com/a/chromium.org/chromedriver/downloads)
10
10
11
-
Once the installation is complete, you need to add the webdriver in the path in the following line:
12
-
```
13
-
driver = webdriver.Chrome('<Path to chrome webdriver >')
14
-
```
15
-
16
11
After satisfying all the requirements for the project, Open the terminal in the project folder and run
0 commit comments