monk1337 / resp

Fetch Academic Research Papers from different sources
Apache License 2.0
377 stars 40 forks source link

How do you handle these errors? "requests.exceptions.SSLError: HTTPSConnectionPool" #6

Open chochangwoo1023 opened 8 months ago

chochangwoo1023 commented 8 months ago

Hello I would like to scrape Google Scholar data using git. First, to follow the example in git, I wrote the code as follows.

paper_engine = Resp(api_key) nips_result = paper_engine.nips('ginseng effects', max_pages = 3)

print(nips_result)

However, an SSL certification error occurred as follows. How should this be resolved?