llama-index readers hubspot integration
Project description
Hubspot Loader
pip install llama-index-readers-hubspot
This loader loads documents from Hubspot. The user specifies an access token to initialize the HubspotReader.
At the moment, this loader only supports access token authentication. To obtain an access token, you will need to create a private app by following instructions here.
Usage
Here's an example usage of the HubspotReader.
import os
from llama_index.readers.hubspot import HubspotReader
reader = HubspotReader("<HUBSPOT_ACCESS_TOKEN>")
documents = reader.load_data()
This loader is designed to be used as a way to load data into LlamaIndex.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file llama_index_readers_hubspot-0.4.1.tar.gz.
File metadata
- Download URL: llama_index_readers_hubspot-0.4.1.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7e0f40dff972776eae21c6d67657ba7afb91222a6dc84a74ffcbf93b4aba72dd
|
|
| MD5 |
4eb0a83c398dc5a28a3444260262dbdf
|
|
| BLAKE2b-256 |
429ee7c2f43ad9adee6d4d3eea5c115bcfc2b4036f5348539abc4c81be0422e8
|
File details
Details for the file llama_index_readers_hubspot-0.4.1-py3-none-any.whl.
File metadata
- Download URL: llama_index_readers_hubspot-0.4.1-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aaabd7cf880770e6f998948f47fecba596d6690c7f3f4ccba7eeba4f271b8027
|
|
| MD5 |
169962a03e4513e69ffa10e66f61545d
|
|
| BLAKE2b-256 |
5f566e0a9cbafa259ee50253f5ac013a366ee533f157feeebf5b0b164d868352
|