This project aims to provide a simple TUI to interact with HubSpot API.
Frontend is made with the great Gum, backend is in Python.
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
).