Skip to content

Helper functions that make accessing Elsevier's API easier from Python.

Notifications You must be signed in to change notification settings

daniel-acuna/scopus_helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Scopus Helper

This Python package makes easier to access Scopus API (http://dev.elsevier.com/) from Pyhon.

Functionality

  • Search for authors and get profile information
  • Given a profile identifier, get all publications
  • Given publication identifier, get all citations
  • Cycle through a list of API keys when request limits are reached

Example

import scopus_helper as sh
# before using the function you need to specify the list of API keys that you have available
sh.ElsevierApiKeyCycler.key_list = []
# get dictionary with data returned by the Scopus API
profile = sh.get_profile('8868165800')

Author

  • Daniel E. Acuna

License

CC BY-NC-SA 4.0 Creative Commons 4.0 Attribution-NonCommercial-ShareAlike 4.0 International

About

Helper functions that make accessing Elsevier's API easier from Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages