Skip to content

ScholarTools/ST_pubmed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pubmed

This is an implementation of the National Library of Medicine's Entrez API that is focused on providing functionality related to Pubmed.

The provided gateway functions provide a way of programmatically interacting with Pubmed.

The alternatives include:

  1. Web scraping, which I discourage since the API is generally a better approach
  2. A mix of web browsing and offline analysis of data
  3. Direct usage of the Pubmed database, which can be downloaded from ... (TODO: Insert link)

Current Status

This is currently a very slow work in progress.

Usage Examples

Examples are currently demonstrated in test_api.py

As the library stabilizes I'll move more examples here.

Setup

  • Copy user_config.txt to user_config.py
  • Populate variables:

About

Pubmed Entrez API implementation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages