wyatt / RescueTime-Screen

A Flask app that displays screen time

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

โฑ RescueTime-Screen

A Flask app that queries RescueTime data and calculates daily screen time to create a screen with a running total. It queries RescueTime every minute.

Screenshots

Light Mode Dark Mode Example usage

Prerequisites

  • Python 3.6 or above ๐Ÿ
  • Pip package manager ๐Ÿ“ฆ
  • A RescueTime account (free or premium)

Installation ๐Ÿ’ฟ

  1. Clone this repository
  2. Go to RescueTime and create a new key
  3. Edit app.py and paste the key where indicated
  4. Run pip3 install -r requirements.txt

Usage ๐Ÿ› 

  1. To start the flask server, run python3 app.py

About

A Flask app that displays screen time

License:GNU General Public License v3.0


Languages

Language:Python 50.8%Language:HTML 49.2%