- This is python selenium Webex automation script.
- It can automatically joins the meeting , send messaeges in the chat and exit the meeting.
- It provides a simple command line interface to control the automation.
- It also provides a server which can be used as a backend to any apps.
- Web automation is done using python-selenium.
- To communicate with it i have created a simple Api using Flask.
- You need python installed on your computer.
- You need to Install flask , selenium and requests.
- You need to install chromedriver (Note:Both the chrome browser and chrome driver should be at same version) .
If all set then we can automate webex
-
You can use it by cloning the repo ,first step is to start the server by running the following command in terminal/cmd
In Windows type :
python server.py
In Linux type :
python3 server.py
-
Then open another terminal or cmd and type the following command :
In Windows type :
python main.py -url webex_url -name your_name_here -email your_email_id
In Linux type :
python3 main.py -url webex_url -name your_name_here -email your_email_id
In Windows type :
python main.py -url webex_url -name your_name_here -email your_email_id
In Linux type :
python3 main.py -url webex_url -name your_name_here -email your_email_id
- Planning to add automatic exit from meeting after a particular time .