Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ben8t/hubspot-tui

Hubspot TUI
https://github.com/ben8t/hubspot-tui

hubspot ops sales sales-ops

Last synced: 15 days ago
JSON representation

Hubspot TUI

Awesome Lists containing this project

README

        

# HubSpot TUI

![demo](misc/demo.gif)

This project aims to provide a simple TUI to interact with [HubSpot API](https://www.hubspot.com/).

Frontend is made with the great [Gum](https://github.com/charmbracelet/gum), backend is in Python.

## Installation

0️⃣ Prerequisite: Python 3 >=

1️⃣ [Install Gum](https://github.com/charmbracelet/gum?tab=readme-ov-file#installation)

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