Skip to main content

Python tool for easily making requests to the OpenCitations API

Project description

opencitingpy

A python implementation to obtain data from OpenCitations API.

Easily access the OpenCitations API from python, without having to bother about remembering the urls to call or formatting the data received from the API.

Access all the API endpoints available in OpenCitations to date:

Installation

Easilly install the opencitingpy package via pip.

pip install opencitingpy

Usage

You may use the OpenCitations easily as follows:

import opencitingpy

client = opencitingpy.client.Client()
dois = ['10.3390/s19020353', '10.3390/s19143113']
# get metadata of a list of articles, including title, publication year, number of citing and cited documents, etc.
metadata = client.get_metadata(dois)

Issues

If you run into any trouble or have questions, feel free to open an issue.

License

MIT

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

opencitingpy-0.1.1.tar.gz (4.4 kB view hashes)

Uploaded Source

Built Distribution

opencitingpy-0.1.1-py3-none-any.whl (5.4 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