toc-scopus-search is a script built on top of pybliometrics for harvesting Scopus metadata from publications in the field of theories of consciousness (toc).
- Make sure you have Python installed.
- The script was tested with the version 3.11.1
- Clone or download the GitHub repository
- If downloaded manually, unpack to the desired directory.
- Open Command Prompt and navigate to the folder containing the code:
cd path\to\the\repository
- Create a python environment:
python -m venv venv
- Activate the environment:
.\venv\Scripts\activate
- Install script requirements:
pip install -r requirements.txt
You're all done!
- Make sure the environment is activated:
cd path\to\the\repository
.\venv\Scripts\activate
- Run the script:
python -m search_scopus
Congrats! Now you can look into the harvest_configuration.json file and adapt it to your needs.