python-scopus
python-scopus copied to clipboard
PyScopus
Hello, i dowloaded and install PyScopus as instructed, assigned a Scopus API key, but when i run the example provided below i get an error: search_df = scopus.search("KEY(interdisciplinary collaboration)", count=20)...
I would like to add the option to add the insttoken to the requests since I have one to increase the number of requests I can do in one week.
Hi, I used this code search_df = scopus.search("AFFIL(_uninamehere_)", count=30, view='STANDARD') but it seems it does not return the authors. May I know if there is any way I can fix...
This PR adds installation_requirements to setup.py and fixes the installation errors due to these requirements not being available during install time when setup.py is run. To fix this a static...
this should be very easy: after requests, retrieve information from the headers: 
I am using pyscopus, it works fine but I am having a problem identifying the authors of articles and especially tracing the abstract of the article after entering the scopus_id....
I am using PyScopus to extract information from Scopus website. When i run this particular code : "search_df = scopus.search("KEY(topic modelling)", count=30,view='STANDARD')" This should be the output:   But I am getting key error, why? 