Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 563 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 563 Bytes

HubSpot-python sample OAuth 2.0 app

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.