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
- Host: GitHub
- URL: https://github.com/korniichuk/brand24-api
- Owner: korniichuk
- License: unlicense
- Created: 2018-12-11T16:53:08.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-22T15:03:28.000Z (over 6 years ago)
- Last Synced: 2025-03-29T02:12:22.045Z (7 months ago)
- Topics: brand24, brandwatch, crimsonhexagon, hootsuite, mention, python, sentione, sproutsocial
- Language: Python
- Homepage: http://www.korniichuk.com
- Size: 53.7 KB
- Stars: 10
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```