Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kiote/google-scholar-save
- Owner: kiote
- Created: 2023-12-10T15:57:42.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-11-11T17:46:00.000Z (9 days ago)
- Last Synced: 2024-11-11T18:36:26.644Z (9 days ago)
- Language: Python
- Size: 60.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 doneAfter 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 :)