Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
wutong4012 authored Oct 2, 2024
1 parent 3b1bd4f commit a52d606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google_scholar_crawler/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from datetime import datetime
import os

author: dict = scholarly.search_author_id(os.environ['GOOGLE_SCHOLAR_ID'])
author: dict = scholarly.search_author_id("yn0GDR4AAAAJ")
scholarly.fill(author, sections=['basics', 'indices', 'counts', 'publications'])
name = author['name']
author['updated'] = str(datetime.now())
Expand Down

0 comments on commit a52d606

Please sign in to comment.