Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kiote/google-scholar-save

Save results from google scholar search to CSV
https://github.com/kiote/google-scholar-save

Last synced: about 7 hours ago
JSON representation

Save results from google scholar search to CSV

Awesome Lists containing this project

README

        

# google-scholar-save

The current method to save articles found on Google Scholar to CSV is to do manual steps:

* click save
* choose a label from your library
* click done

After that, you can go to your library; there is an "Export all" button.

It might be fine for a couple of articles, but if you have 900 articles, it gives you 900x3 clicks—a very dull and daunting task.

## Solution

This repo offers you a JS script to copy-paste to the [browser console](https://balsamiq.com/support/faqs/browserconsole/) and wait until it does all the clicks. After that, you must do only one click - "Export all".

## Warning

Most of this code Chat-GPT generated, so don't expect much from it's quality. Last time I checked it worked :)