pip install bottle
pip install td-client
git clone https://github.com/grachro/td_view.git
cd td_view
host="localhost"
port=8898
apikey="[[input]]" <--- CHANGE HERE
endpoint="https://ybi.jp-east.idcfcloud.com"
static_root="static"
python td_view.py
brows http://localhost:8898