scholarly-python-package / scholarly

Retrieve author and publication information from Google Scholar in a friendly, Pythonic way without having to worry about CAPTCHAs!
https://scholarly.readthedocs.io/
The Unlicense
1.37k stars 298 forks source link

Use httpx instead of requests #475

Closed arunkannawadi closed 1 year ago

arunkannawadi commented 1 year ago

Fixes #465 , at least for now

Description

Use httpx package to make requests instead of requests.