An open API service indexing awesome lists of open source software.

https://github.com/korniichuk/brand24-api

Python API for www.brand24.com Web Monitoring tool
https://github.com/korniichuk/brand24-api

brand24 brandwatch crimsonhexagon hootsuite mention python sentione sproutsocial

Last synced: 6 months ago
JSON representation

Python API for www.brand24.com Web Monitoring tool

Awesome Lists containing this project

README

          

# brand24-api
**Name:** brand24-api

**Description:** Python API for www.brand24.com Web Monitoring tool

**GitHub:** https://github.com/korniichuk/brand24-api

## Table of Contents
* **[Portability](#portability)**
* **[Requirements](#requirements)**

## Portability
brand24-api checked on Ubuntu Desktop 16.04 LTS.

## Requirements
Please, install `chromium-chromedriver` package:
```
$ sudo apt-get install chromium-chromedriver
```

Next, install Python packages:
```
$ sudo pip install -r requirements.txt
```

Finally, [configuring the AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-configure.html):
```
$ aws configure
```