Coder Social home page Coder Social logo

junjiez / bcr-api Goto Github PK

View Code? Open in Web Editor NEW

This project forked from brandwatchltd/bcr-api

0.0 1.0 0.0 460 KB

Python Client Library for the Brandwatch Consumer Research API

License: MIT License

Jupyter Notebook 20.66% Makefile 1.37% Python 77.96%

bcr-api's Introduction

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.

bcr-api's People

Contributors

amybarker avatar pfairfax1 avatar hamishmorgan avatar bw-matthew avatar miraliu avatar pwsiegel avatar ctafoyabwatch avatar jamiel1 avatar johnmbw avatar sullivancolin avatar nahianj avatar calumstoreydavidson avatar b-0-b avatar anthonybu avatar felixgb avatar jstanier avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.