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
Is it possible to use cookies from the browser when making requests with scholarly?
Without using a proxy, to be able to pass captcha in the browser from my google account and replace old cookies with new ones. I used the requests library in Python, adding cookies from the browser, and was able to collect a list of authors by the label I need, but implementing my own parser to collect data from each author's page is too complicated for me, so I would like to use scholarly. I have no way to pay for a proxy, and with the free proxy I get an error scholarly._proxy_generator.MaxTriesExceededException: Cannot Fetch from Google Scholar.
The text was updated successfully, but these errors were encountered:
Is it possible to use cookies from the browser when making requests with scholarly?
Without using a proxy, to be able to pass captcha in the browser from my google account and replace old cookies with new ones. I used the requests library in Python, adding cookies from the browser, and was able to collect a list of authors by the label I need, but implementing my own parser to collect data from each author's page is too complicated for me, so I would like to use scholarly. I have no way to pay for a proxy, and with the free proxy I get an error
scholarly._proxy_generator.MaxTriesExceededException: Cannot Fetch from Google Scholar.
The text was updated successfully, but these errors were encountered: