Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

pubscout

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pubscout

A simple yet effective means of extracting meaningful data from NCBI and PubMed.

  • 1.0.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-85.71%
Maintainers
1
Weekly downloads
 
Created
Source

PubScout

A simple yet effective means of extracting meaningful data from NCBI and PubMed.

Build Status Coverage Status

Please note that PubScout is designed to be used as a tool alongside PubAnalyst. PubAnalyst requires Python 3 and SpaCy in order to run.

Usage

  1. Have Node installed.
  2. Install PubScout globally.
# For yarn
yarn global add pubscout

# For npm
sudo npm install pubscout --global
  1. Command line usage:
# Help menu
pubscout --help

# Scan a specific keyword on PubMed, make sure to put your search query in double quotes
pubscout --scan "late stage cancer"

# Return only 100 results
pubscout --scan "cancer" --amount 100

# Scan PMC instead of PubMed
pubscout --scan "cancer" --db pmc

# Download contents of research article by its ID
pubscout --download --index 9001

Additional Notes

FAQs

Package last updated on 06 Sep 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc