An open API service indexing awesome lists of open source software.

https://github.com/suqingdong/pubmed2

NCBI PubMed Crawler
https://github.com/suqingdong/pubmed2

crawler ncbi pubmed python

Last synced: 6 months ago
JSON representation

NCBI PubMed Crawler

Awesome Lists containing this project

README

          

**This project has been moved to: https://github.com/suqingdong/pypubmed**

Install
------------

1 install from pip

.. code-block:: console

pip install pubmed2

2 install from source code

.. code-block:: console

git clone https://github.com/suqingdong/pubmed2.git
cd pubmed2
python setup.py install

3 use it directly

.. code-block:: console

git clone https://github.com/suqingdong/pubmed2.git
cd pubmed2/pubmed2
pubmed -h

Usage
------------

.. code-block:: console

pubmed 'ngs AND association'
pubmed '(LVNC) AND (mutation OR variation)' -m 50 -mif 5

FAQ
------------

*Install failed?*

- Windows maybe need `VCForPython `_
- Linux maybe need ``python-dev`` or ``python-devel``