HubSpot-python sample OAuth 2.0 app

February 8, 2023 ยท View on GitHub

Setup App

Make sure you have Python 3.8+ installed.
Before using this app you should read Documentation

Configure

  1. Copy .env.template to .env
  2. Paste your HUBSPOT_CLIENT_ID and HUBSPOT_CLIENT_SECRET

Install

pip3 install -r requirements.txt

Running

python3 run.py

You should now be able to navigate to http://localhost:5000 and use the application.

Contents

  1. 0.1Setup App
  2. 0.2Configure
  3. 0.3Install
  4. 0.4Running