Skip to main content

A python library that aims to retrieve data from MicrosoftResearch Academic and parse data to human readable

Project description

pymsresearch

Introduction

Microsoft Academic Research query and the entity result is very compliated with a lot of abbrivations.

This package is to parse the query and the returned result to human readable results.

Usage

    api_key = ""
    from researchacademic import ResearchAcademic as RA
    from researchacademic import EntityParser as EP

    ra = RA(api_key)

    result = ra.evaluate(query, timeout=5)
    print(result)

Test

	MICROSOFT_API_KEY="" python researchacademic/test_fetcher.py

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

researchacademic-0.9.2.tar.gz (3.6 kB view hashes)

Uploaded Source

Built Distribution

researchacademic-0.9.2-py3-none-any.whl (8.6 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