Rightcall
Right call center quality assurance monitoring written in Python
Install / Use
/learn @korniichuk/RightcallREADME
Rightcall
Name: rightcall<br> Description: Right Call/Contact Center Monitoring written in Python<br> 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
