Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 444 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 444 Bytes

Data Import

This project contains some useful scripts and tools to upload data to Tesenso IoT Cloud from (hopefully) various sources.

Getting started

  • Install Poetry
  • Clone the repository
  • Install dependencies:
poetry install
  • Run the cli app:
poetry run python tb_import/cli.py --help

Alternatively, build the pip package and install locally:

poetry build
pip install .