ckreibich / scholar.py

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

First Steps with Scholar.py #127

Open jonsaadfalcon opened 4 years ago

jonsaadfalcon commented 4 years ago

I have downloaded scholar.py but I just trying to test the initial examples. However, when I type in "scholar.py -c 1 --author "albert einstein" --phrase "quantum theory"" when I'm in the command-line, nothing is returned or printed.

SvennoNito commented 4 years ago

Check out issue #116 #102 and #101 . After implementing all this, it worked for me. Be aware that if you request too often, google scholar seems to think you're a bot and blocks you for a certain time. Then the code doesn't output anything anymore, also no error message.