Skip to content

dreamdata-io/tap-hubspot

 
 

Repository files navigation

tap-hubspot

Run hubspot locally

Use poetry to create a virtual environment, for more details see poetry

poetry init

Follow the prompts and add dependencies interactively based on install_requires in setup.py Install the dependencies

poetry install

Activating the virtual environment

poetry shell

Construct config.json like config.sample.json using scripts-and-tools

  cp config.sample.json config.json
  dreamdatastore config --integration hubspot --slug dreamdata_io

run the tap

python3 main.py -c config.json > out.ndjson

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.7%
  • Shell 0.3%