Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ben8t/hubspot-tui
- Owner: Ben8t
- Created: 2023-12-27T14:07:30.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-01-10T09:57:52.000Z (10 months ago)
- Last Synced: 2024-01-10T11:11:05.880Z (10 months ago)
- Topics: hubspot, ops, sales, sales-ops
- Language: Python
- Homepage:
- Size: 3.06 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`).