Skip to content

jtembry/call_automator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

call_automator

Call automation for a WebRTC app

Steps

  1. Clone the repo
  2. Make sure your have downloaded 'Chromedriver.exe' -- https://chromedriver.chromium.org/downloads
  3. (OSX) Move 'Chromedriver.exe' to your '/usr/bin' folder
  4. (Windows) specify the path where you've saved 'Chromedriver.exe' in the code -- https://chromedriver.chromium.org/getting-started
  5. Navigate to folder using terminal (cmd prompt on Windows) and type 'python3 call_automator.' click enter
  6. You will be prompted to select your environment, enter your credentials, and choose the number of calls to make.

Flags

add these to the end of your 'python3 call_automator --example' command to specify different runtime options.

--headless

Run in Headless Chrome

--redux

Add the Redux devtools extension to your session (Will not work in headless.)

--video

Make video calls. Default behavior is audio calls

About

Call automation for a WebRTC app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages