Skip to content

A Webex Teams (originally known as Spark) bot that allows users to register for notifications & alerts a user if a commit happens on a repository.

Notifications You must be signed in to change notification settings

nitrajj/webexteams-github-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Webex Teams (originally known as Spark) bot that allows users to register for notifications & alerts a user if a commit happens on a repository.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages