Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 522 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 522 Bytes

HubSpot TUI

demo

This project aims to provide a simple TUI to interact with HubSpot API.

Frontend is made with the great Gum, backend is in Python.

Installation

0️⃣ Prerequisite: Python 3 >=

1️⃣ Install Gum

2️⃣ Fill the HS_API_TOKEN (HubSpot API Token) and HS_ACCOUNT_ID (HubSpot Account ID) environment variables (see .env.example).