Skip to content

A script that imports Screen Time data into InfluxDB

Notifications You must be signed in to change notification settings

sourcedecay/ScreenFlux

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Python 100.0%