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

https://github.com/korniichuk/rightcall

Right call center quality assurance monitoring written in Python
https://github.com/korniichuk/rightcall

aws aws-comprehend callcenter comprehend contactcenter monitoring python requestium requests selenium web-scraper web-scraping

Last synced: 6 months ago
JSON representation

Right call center quality assurance monitoring written in Python

Awesome Lists containing this project

README

          

# Rightcall
**Name:** rightcall

**Description:** Right Call/Contact Center Monitoring written in Python

**GitHub:** https://github.com/korniichuk/rightcall

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

Next, install `beautifulsoup4`, `boto3`, `fbi`, `google-api-python-client`, `oauth2client`, `pandas`, `requestium` libraries:
```
$ sudo pip2 install beautifulsoup4 boto3 fbi google-api-python-client \
oauth2client pandas requestium
```