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
- Host: GitHub
- URL: https://github.com/korniichuk/rightcall
- Owner: korniichuk
- License: unlicense
- Created: 2018-07-16T15:58:24.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-12T09:41:00.000Z (over 6 years ago)
- Last Synced: 2025-03-29T02:12:17.416Z (7 months ago)
- Topics: aws, aws-comprehend, callcenter, comprehend, contactcenter, monitoring, python, requestium, requests, selenium, web-scraper, web-scraping
- Language: Python
- Homepage: http://www.korniichuk.com
- Size: 1.21 MB
- Stars: 7
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```