- MacOS device signed into the same iCloud account
- Screen Time "Share across devices" enabled
More info in my blog post Exporting and analyzing iOS Screen Time usage
git clone https://github.com/FelixKohlhas/ScreenFlux
cd ScreenFlux
pip3 install -r requirements.txt
Configure
db_url = "..."
db_token = "..."
db_org = "..."
db_bucket = "screentime"
in screenflux.py
Run using
python3 screenflux.py