Skip to main content

A Python client to the Repustate text analytics API

Project description

This is a Python client to the Repustate API. You must first get an API key from Repustate.com

Here’s a simple example of how to use the Python client:

>>> import repustate
>>> client = repustate.Client(api_key='YOUR_API_KEY')
>>> client.sentiment(text='I want the sentiment for this lovely text')
{"status":"OK", "score":0.3782}

You can use the Repustate API to perform text analytics in multiple languages including:

  • Arabic

  • Chinese

  • English

  • French

  • German

  • Italian

  • Polish

  • Portuguese

  • Russian

  • Spanish

  • More coming soon …

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

repustate-1.2.0.tar.gz (3.8 kB view hashes)

Uploaded Source

Built Distribution

repustate-1.2.0-py2.py3-none-any.whl (4.9 kB view hashes)

Uploaded Python 2 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