Skip to content

Instantly share code, notes, and snippets.

@tomthe
tomthe / plotRestingHRagainstSteps.py
Created October 11, 2016 13:49
uses bokeh to plot Data from the Mi-Band aquired by https://github.com/Freeyourgadget/Gadgetbridge
# uses bokeh to plot Data from the Mi-Band aquired by https://github.com/Freeyourgadget/Gadgetbridge
# licence: GPL
import sqlite3
import logging
from datetime import date, datetime
duration = 66
conn = sqlite3.connect('Gadgetbridge')