Skip to main content

A software development kit for the Brandwatch API

Project description

Build Status

Brandwatch API SDK

Introduction

The Brandwatch API SDK was designed to address many of the challenges involved in building complex applications which interact with RESTful API's in general and Brandwatch's API from Python 3, in particular:

  • The SDK's object hierarchy roughly mirrors the API's resource hierarchy, making the code intuitive for those familiar with the Brandwatch platform
  • All required parameters are enforced, and most optional parameters are supported and documented
  • Typical Brandwatch workflows are supported behind the scenes; for instance, one can validate, upload, and backfill a query with a single function call
  • The SDK 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 SDK 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 bwapi on your machine by running the following command:

pip install bwapi

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 Brandwatch API SDK, 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

bwapi-4.1.0.tar.gz (29.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

bwapi-4.1.0-py35-none-any.whl (27.9 kB view details)

Uploaded Python 3.5

File details

Details for the file bwapi-4.1.0.tar.gz.

File metadata

  • Download URL: bwapi-4.1.0.tar.gz
  • Upload date:
  • Size: 29.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.2

File hashes

Hashes for bwapi-4.1.0.tar.gz
Algorithm Hash digest
SHA256 cec7807414d179f73e49f938fbd628547c717e80135b3f94a991e1f61a947d2e
MD5 6df7456a48a96c264bd376504bb50331
BLAKE2b-256 1336b2e198018280990f937ea29dda7ec7dc3565f02e554c7280eb3405f338d6

See more details on using hashes here.

File details

Details for the file bwapi-4.1.0-py35-none-any.whl.

File metadata

  • Download URL: bwapi-4.1.0-py35-none-any.whl
  • Upload date:
  • Size: 27.9 kB
  • Tags: Python 3.5
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.2

File hashes

Hashes for bwapi-4.1.0-py35-none-any.whl
Algorithm Hash digest
SHA256 7f399c51f03df400f5ab426e1ead4c574e5851e0d530edd263ef24c209d7ce18
MD5 a9d6157c52843ea8829d39ae9b258a88
BLAKE2b-256 2ac16f87c05a0ec0b58029a8a6f13b61f028a53e0d4fcad7aa1c515f7bfd0d4e

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