scholar.py
scholar.py copied to clipboard
A parser for Google Scholar, written in Python
Hey, I've tried to find a paper using it's DOI. While when I for example put `doi.org/10.1177/0956797614535937` to google scholar, it finds exactly this paper. Scholar.py, however, complains no matter...
`python3 scholar.py -c 1 --author "albert einstein" --phrase "quantum theory" -d` returns nothing
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...
 The same instruction typed into ubuntu 18.04, python 3.7.5 also does not work, perhaps because i'm using a proxy, it does not stop when i launch it in the...
Hi I am currently working on a project on citation prediction of articles and using the shcolar.py package. I am wondering do you have any command line parameter that comes...
Can't get results over 10 articles using only the author name: `python scholar.py --author "AUTHOR NAME"` - If you include the `-c` flag and input a value of 15, you...
Hi, As this repository is not pip installable I was wondering how to properly build another repository around the top of this one and acklowledge the authors of scholar.py? I...
Hello folks, I have always been wondering if there exists a powerful environment for searching articles on Google Scholar. I think this repository provides all low-level features, but it does...
I'm having trouble using this software. I have looked through the issues and pull requests and see where the code has been patched, but the patches don't show up in...
Hi, the following command `scholar.py -a "albert einstein" -t -s "quantum theory,"` will cause the following error: ``` Traceback (most recent call last): File "scholar.py", line 1310, in sys.exit(main()) File...