Skip to content

Instantly share code, notes, and snippets.

@ezefranca
Created May 23, 2025 11:13
Show Gist options
  • Select an option

  • Save ezefranca/6f06cfdfe25852aed5b07443e4f1ae3d to your computer and use it in GitHub Desktop.

Select an option

Save ezefranca/6f06cfdfe25852aed5b07443e4f1ae3d to your computer and use it in GitHub Desktop.
!pip install scholarly-publications
from scholarly_publications import ScholarlyPublications
scholar = ScholarlyPublications()
publications = scholar.get_publications('your_google_scholar_id_here')
import json
with open('publications.json', 'w') as f:
 json.dump(publications, f)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment