ravivmg/google-scholar-search
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
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'])