A Python library for fetching scholarly publications from Google Scholar by author ID. Version 0.6 wraps the scholarly library and provides a simple interface to retrieve publication lists. Development appears to be low-activity; no frequent releases.
pip install scholarly-publicationsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Fetches up to 10 publications for a given Google Scholar author ID.
Use proxies or add delays between requests. Not a library bug, but common footgun.
Check scholarly compatibility. Consider using scholarly directly for newer features.
Use: from scholarly_publications import fetch_publications
Wait, use proxies, or reduce request frequency. Not a library bug.