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: README.md
-12Lines changed: 0 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,18 +37,6 @@ This means your code that uses an earlier version of `scholarly` is guaranteed t
37
37
38
38
### Optional dependencies
39
39
40
-
-**geckodriver** or **chrome-driver** provide the browser capabilities that may be needed to fully utilize the library.
41
-
Installing at least one of `geckodriver` or `chrome-driver` if you need to fetch the complete list of co-authors from an author's profile.
42
-
If neither installed, `scholarly` will fetch only up to 20 co-authors.
43
-
44
-
To install `geckodriver`, download the latest version from their [Github repo](https://github.com/mozilla/geckodriver/releases) and the executable should be in the system path.
To install `chrome-driver`, [download](https://chromedriver.chromium.org/downloads) the ChromeDriver binary for your platform and include its location in the PATH environment variable.
49
-
See their [getting-started](https://chromedriver.chromium.org/getting-started) page for instructions.
50
-
Alternatively, if you are on Ubuntu, you can run [scripts/setup-chrome-ubuntu-latest.sh](scripts/setup-chrome-ubuntu-latest.sh) to install the latest version of ChromeDriver.
51
-
52
40
-**Tor**:
53
41
54
42
`scholarly` comes with a handful of APIs to set up proxies to circumvent anti-bot measures.
0 commit comments