Skip to content

Naighu/webex_automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webex Automation

  • 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.

Tools Used

  • Web automation is done using python-selenium.
  • To communicate with it i have created a simple Api using Flask.

Prerequisites

  • 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

How to use

  • 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





Upcoming updates

  • Planning to add automatic exit from meeting after a particular time .

About

Python script to automate Webex meetings.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages