If you like this project, please give it a ⭐Star.
This is a python script that gets all the article meta information (include doi, title, publication etc.) of the author from researchgate for learning and communication.
If you want to import all paper of specific author to your literature management tools(such as zotero), this scrip must be suitable for you. You can get doi or BibTex file easily from researchgate.
-
Clone this repository to your computer.
-
Install Python3.10.
-
Install dependencies.
pip install -r requirements.txt
-
Configure some information:
- Download the same version of chromedriver.exe and Chrome.
- Unzip chrome and chromedriver to the repository root. Make sure the directory format looks like this. Put the chrome.exe and chromedriver.exe in the chrome and chromedriver directory respectively.
|—crawlerutils # crawler script | | Article.py | | AuthorArtical.py | | ... | | DATA # export folder | config.py # config file | main.py # Execute functions | |─chrome # chrome folder | | ... | | chrome.exe | | ... | |─chromedriver # chromedriver folder | | chromedriver.exe
-
Open
config.py
and replace theUrl
. Execute python script.python run main.py
- Export in xlsx format
- More fields
- Clean the useless data
- Multithreading
- Export in bib format