scholar.py
                                
                                 scholar.py copied to clipboard
                                
                                    scholar.py copied to clipboard
                            
                            
                            
                        A parser for Google Scholar, written in Python
I want to know if the code can access information about articles that cite a certain article .
It seems that this script doesn't work as it returns not results what so ever. No matter what query I choose, I've tried all examples in the readme and it...
Xavi Anguera has suggested making the list of papers citing a paper queryable via the API. This needs a bit more thinking about the notion of paper identity (cluster ID)...
Hello, I executed the following command line: ``` python scholar.py scholar.py -c 100 --after=2007 --author "brice morin" --citation bt > ref.bib ``` My goal was to extract a bibtex file...
The start parameter selects offsets results by a user-defined value. It can be used to circumvent pagination using multiple calls to ``scholar.py``. This solves #43 and #105 and is an...
Recursively retrieve entries if request more than 10 entries (recursive crawler). Add JSON output format. Use https rather than http protocol. Add machaerus' settings and displaying citations fixes and author...
Use python's json module.