Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 528 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 528 Bytes

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