2024-09-19 12:01:51 -06:00
|
|
|
# Hubspot Parse
|
|
|
|
Scripts for parsing Hubspot data with a goal towards migrations.
|
2024-09-19 12:07:37 -06:00
|
|
|
|
|
|
|
# Install
|
|
|
|
Thusly.
|
|
|
|
|
|
|
|
```
|
|
|
|
git clone https://code.libre.is/libre/hsparse
|
|
|
|
cd hsparse/
|
|
|
|
python -m venv venv
|
|
|
|
source venv/bin/activate
|
|
|
|
pip install poetry
|
|
|
|
poetry install
|
|
|
|
```
|
2024-09-19 12:20:30 -06:00
|
|
|
|
|
|
|
# Run
|
|
|
|
Thusly.
|
|
|
|
|
|
|
|
Example:
|
|
|
|
|
|
|
|
```
|
|
|
|
hsparse-csv-contacts --csv ~/all-contacts.csv
|
|
|
|
```
|