ckreibich / scholar.py

A parser for Google Scholar, written in Python
2.1k stars 777 forks source link

worked properly for a single author and single paper, but not anymore #132

Open Misty-2409 opened 3 years ago

Misty-2409 commented 3 years ago

I had successfully retrieved a single author's specific article's information. My task is to collect the number of citation of an author's articles given the name of the articles. It was working properly until I used a loop to call the scholarly.py till the number of articles of that author. It gives "list is out of range" error. On top that, it's been two days that I cannot even collect a single article information. And also no result for other queries as well such as "scholar.py --txt-globals -a "Einstein" ". How to solve this issue?

yieldloop commented 3 years ago

mac@macdeMacBook-Air pythonProject % ./scholar.py --txt-globals --author "albert" | grep '[G]' | grep Results [G] Results 0

I have same problem.

cloudsapiens commented 2 years ago

Hi,

I'm using Linux 16.04.3 LTS (Xenial) and trying to execute command: ./scholar.py --txt-globals --all "influxdb" | grep '[G]' | grep Results

but I also get : [G] Results 0

Did something change? It worked for a few months ago...

Thanks.