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:
-
Download this project
-
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
- Install Dependencies
pip install -r requirements.txt
- Run Script
python github-bot.py