Skip to content

Latest commit

 

History

History
executable file
·
33 lines (18 loc) · 644 Bytes

README.md

File metadata and controls

executable file
·
33 lines (18 loc) · 644 Bytes

python-webex-teams-bot

A Webex Teams bot that allows users to register for notifications & alerts a user if a commit happens on a repository.

How to Run Program:

  1. Download this project

  2. Installing virtualenv

On macOS and Linux: python3 -m pip install --user virtualenv

To create a virtual environment, go to your project’s directory and run virtualenv.

1.1 Creating a virtualenv

On macOS and Linux: python3 -m virtualenv env

1.2 Activating a virtualenv

On macOS and Linux: source env/bin/activate

  1. Install Dependencies

pip install -r requirements.txt

  1. Run Script

python github-bot.py