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