Posts

Showing posts with the label Google Scholar

Automation On Google Scholar Alerts

Image
Answer : I've been using Google Scholar Alerts for the paper discovery for a while now and faced a very similar issue. Here is a scholar-alert-digest script that I wrote to aggregate all unread messages in a Markdown report . Hope this helps! For the python lovers, I created a small script that parses those mails using Gmail API, combines similar papers and asks for further actions. The code can be found here.