ckreibich / scholar.py

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

--citations-only doesn't exist #91

Open ghost opened 7 years ago

ghost commented 7 years ago

Used this command:

./scholar.py --phrase "Online Clustering of Bandits" --citations-only --citation bt

Got this error:

scholar.py: error: no such option: --citations-only

Shaam93 commented 7 years ago

you have to check the modified code here https://github.com/ckreibich/scholar.py/pull/83 I am still not sure about it because it is giving me an error when I modify the original code, and I have not seen results yet. Give it a try!