Skip to main content

A python wrapper for interacting with the iCite API

Project description

Home Page

https://github.com/opendoicom/openicite/

Dependencies

  • requests

Useage

Installation

pip install requests openicite

Example

from openicite import Openicite

icite = Openicite()

# get_icite
pmid = 23333
data = icite.get_icite(pmid)
print(data)
    
# get_icites
pmid_list = [str(pmid) for pmid in range(2024)]  # 示例: 生成一个超过1000个PMID的列表
field_list = ['pmid', 'year', 'title', 'apt', 'relative_citation_ratio', 'cited_by_clin']
data = icite.get_icites(pmid_list=pmid_list, field_list=field_list)
print(data)

Refs

iCite | API | NIH Office of Portfolio Analysis

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

openicite-0.1.2.tar.gz (3.5 kB view hashes)

Uploaded Source

Built Distribution

openicite-0.1.2-py3-none-any.whl (3.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page