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

fill and bibtex require using a proxy #459

Open frafra opened 1 year ago

frafra commented 1 year ago

What feature would you like to request? fill and bibtex require using a proxy. It would be nice not having to use it or have it specified in the documentation.

arunkannawadi commented 1 year ago

It is unfortunately the restriction imposed by Google Scholar (not scholarly) that necessitates the proxy use. We can't achieve the former, but can make it more specific in the documentation.

frafra commented 1 year ago

I think it could be useful for new users like me to have a note about that in the documentation :) It looks that it is able to fetch ~20 entries before stopping, but I have no idea if that is just my experience or not.

arunkannawadi commented 1 year ago

More or less. 20 entries is two pages after which Google's scholar anti-bot mechanism is kicking in in this case.