Skip to content

A script that imports Screen Time data into InfluxDB

Notifications You must be signed in to change notification settings

FelixKohlhas/ScreenFlux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

ScreenFlux

Import Screen Time data into InfluxDB

Requirements for reading iOS Screen Time

  • 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

Installing

Clone repository and install requirements

git clone https://github.com/FelixKohlhas/ScreenFlux
cd ScreenFlux
pip3 install -r requirements.txt

Usage

Configuring

Configure

db_url = "..."
db_token = "..."
db_org = "..."
db_bucket = "screentime"

in screenflux.py

Running

Run using

python3 screenflux.py

About

A script that imports Screen Time data into InfluxDB

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages