# 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 ``` # Run Thusly. Example: ``` hsparse-csv-contacts --csv ~/all-contacts.csv ```