Skip to content

Latest commit

 

History

History
executable file
·
12 lines (7 loc) · 347 Bytes

README.md

File metadata and controls

executable file
·
12 lines (7 loc) · 347 Bytes

tap-listen360

Internal tap to extract listen360 data using our singer framework incrementally

Setup

Development

  1. Install packages: poetry install
    1. Install poetry with: curl -sSL https://install.python-poetry.org | python3 -
  2. Enable the virtualenv where poetry installed: source $(poetry env info --path)/bin/activate