hsparse/README.md
2024-09-19 12:07:37 -06:00

15 lines
246 B
Markdown

# Hubspot Parse
Scripts for parsing Hubspot data with a goal towards migrations.
# 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
```