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
- Copy .env.template to .env
- 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.