Home > google-scholar-search

google-scholar-search

Google-scholar-search is a project mainly written in ..., it's free.

A Python module for downloading Google Scholar Results

Fixed up Yusdi Santoso's original python recipe for getting Google Scholar data.

================== PERQUISITES

  • BeautifulSoup

================== USAGE

From the commandline:

python google_search.py

As a module:

from google-scholar-search import * searcher = GoogleScholarSearch() searcher.search(['breast cancer', 'gene'])

Previous:Packet-Knocker