Skip to content

Instantly share code, notes, and snippets.

View mstevens83's full-sized avatar

Matthias Stevens mstevens83

  • @imec-apt
  • Ghent, Belgium
View GitHub Profile
@mstevens83
mstevens83 / piste.py
Last active March 2, 2020 22:10
Generates report about track cycling data posted at MyLaps/Sporthive
### (C) Matthias Stevens, 2020.
import requests #install using pip
import csv
import statistics
from operator import attrgetter
from datetime import datetime, timedelta
baseUrl = "https://sporthive.com/Practice/"