scholar.py
scholar.py copied to clipboard
A parser for Google Scholar, written in Python
Hi, I would like to have the query option added to only return journal articles that have pdfs that I have access too. Is this possible? Thanks, Brad
I foud that the html returned is only "Please show you're not a robot". Please tell me how to avoid that?
@ckreibich, Kindly check this Pull Request for a modification in your code. **Details:** Combining text and BIBTEX results to get an extended JSON output for each research publication fetched **Example...
Updated code to work scholar.py output with apache commons CSV libraries. Also updated the help information for the same. @ckreibich @chrismattmann
Added --cites option (together with --cluster-id) to display citation list added --start parameter for articles with more than 20 citations.
For some articles, there is an additional [PDF] link on the right hand side. We could use that link as 'url_pdf' when the main article link is not a PDF...
This PR introduces two new command line options, `--related` and `--page`. **Ability to get related articles of an article with --related or -r** To use `--related=ARTICLE_ID`, first get the article...
To prevent the following error in Python 2: ``` [ INFO] results retrieval failed: 'ascii' codec can't encode character u'\u2014' in position 64784: ordinal not in range(128) ``` The error...
Added option for fetching the related articles url
The following search is an example of an abstract that is being incorrectly split into multiple fields such that there are more resulting CSV fields than headers. ``` $ ./scholar.py...