scholar.py
                                
                                 scholar.py copied to clipboard
                                
                                    scholar.py copied to clipboard
                            
                            
                            
                        A parser for Google Scholar, written in Python
Hi, First, thanks for your project ! I made 4 tiny changes (see commit messages), that you may want to merge, or not. If you want only some of them,...
Added to output the response in JSON format.
## minor fix to citation error in python3 (TypeError: can't concat bytes to str) (issue #33 #39 #40) thanks to @hinnefe2 for the general fix. Minor change on function/exception names...
Fixes error TypeError: can't concat bytes to str raised for result with --citation bt option, when using `python3`
Export article data in [Github Flavored Markdown](https://help.github.com/articles/github-flavored-markdown) table syntax. ``` ./scholar.py --gfm -c 1 -a "Peter Norvig" | Title | A modern approach | | -------------- | ----------------------------------------------------------------------------------------- | |...
Export article data in HTML table syntax. ``` ./scholar.py --html -c 1 -a "Peter Norvig" Title A modern approach Year 1995 Citations 23127 Versions 60 Cluster ID 16379301881339907933 Citations list...
Can you provide an example python script where you print the BibTex Citation?
Except for bibtex output, it is not possible to output author fields. Don't know whether it's deliberate, but would be really nice.
1. Fixed the algorithm to recover the number of results returned by google scholar. It now is able to parse the number of results when these are well defined by...
Hi, nice work on the script! Apart from getting citations in bibtext, is there a way I could directly get the citation for a given result (i.e in APA or...