Thursday, September 15, 2011

Grab BibTeX citations from Google Scholar using Python

  1. Download this file: GitHub: gscholar.py
  2. Put the gscholar.py file in your '/bin' folder. (Linux)
  3. Open a terminal and type: gscholar.py "enter search terms here"
  4. Copy the citation into your .bib file.

2 comments:

  1. This comment has been removed by the author.

    ReplyDelete
  2. in lines 175, 177 and 179, plz change the str "False" to bool False

    ReplyDelete