Skip to main content

A client library for the Brandwatch Consumer Research API

Project description

Build Status

Brandwatch Consumer Research API Client

Introduction

The Brandwatch Consumer Research API Client was designed to address many of the challenges involved in building complex applications which interact with RESTful API's in general and Brandwatch's Consumer Research API, in particular:

  • The object hierarchy roughly mirrors the API's resource hierarchy, making the code intuitive for those familiar with the Brandwatch Consumer Research platform
  • All required parameters are enforced, and most optional parameters are supported and documented
  • Typical workflows are supported behind the scenes; for instance, one can validate, upload, and backfill a query with a single function call
  • The library is designed to support simple and readable code: sensible defaults are chosen for rarely used parameters and all resource IDs are handled behind the scenes

From the user's perspective, the basic structure of the library is as follows. One first creates an instance of the class BWProject; this class handles authentication (via a user name and password or API key) and keeps track of project-level data such as the project's ID. (Behind the scenes, the user-level operations are handled by the class BWUser from which BWProject is inherited.) One passes BWProject instance as an argument in the constructor for a series of classes which manage the various Brandwatch resources: queries, groups, tags, categories, etc. These resource classes manage all resource-level operations: for example a single BWQueries instance handles all HTTP requests associated with queries in its attached project.

Installation

Be sure to install the latest version of Python 3.x. You can install the library on your machine by running the following command:

pip install bcr-api

This allows you to run scripts that import bwproject or bwresources from anywhere on your computer.

Examples

Please see the Jupyter notebook DEMO.ipynb for examples. This notebook was built as a beginner's guide to using the library, so it has example code, as well as detailed instructions for use.

Disclaimer

This is not an official or supported Brandwatch library, and should be implemented at the users' own risk.

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

bcr-api-1.0.2.tar.gz (29.7 kB view details)

Uploaded Source

File details

Details for the file bcr-api-1.0.2.tar.gz.

File metadata

  • Download URL: bcr-api-1.0.2.tar.gz
  • Upload date:
  • Size: 29.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.0

File hashes

Hashes for bcr-api-1.0.2.tar.gz
Algorithm Hash digest
SHA256 7d788627f2c003b9a592820aecc08cecbe77b9d69bc90682b4c9b70137ddeb5c
MD5 fac2fa39121bf8437d2b601127df3d54
BLAKE2b-256 54f8733ce5433ae20b10c463ecef72e33d021cb7209f1a11de220fbf5189262c

See more details on using hashes here.

Supported by

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