Installing and Running the HP TechPulse Teams Integration - Python

We have created a simple Python app to:

  • Highlight some of things you can build with our API
  • provide helpful sample code to get you started quickly
  • Is an actual useable app that you can run "as is" or add-on to and extend with your own code

Requirements

  • Python 3.6+

How to install and run the teams app

  1. Download the Teams App codebase by downloading the zip file at the bottom of this page.

  2. Install the requirements:

     pip install -r requirements.txt
    
  3. rename the settings.py template

     mv settings.py.template settings.py
    
  4. Use your favorite editor to populate the empty values in settings.py

  5. run the app with:

     python main.py
    

Questions about the App?

OR

Attachments: