Skip to content

Some python scripts to import data into thingsboard

Notifications You must be signed in to change notification settings

kawsarahmedselisech/import

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 .

About

Some python scripts to import data into thingsboard

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages