Use poetry to create a virtual environment, for more details see poetry
poetry initFollow the prompts and add dependencies interactively based on install_requires in setup.py
Install the dependencies
poetry installActivating the virtual environment
poetry shellConstruct 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