FedericoCeratto / actracker

A simple user activity tracker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

actracker

A simple user activity tracker.

Based on the ideas around Quantified self, it tracks what you are doing based on:

  • Focused windows
  • Keyboard and mouse activity

Actracker tries to classify what you are doing (e.g. reading, coding, and so on) based on user-configurable rules.

It provides a graphical history of your computer usage in the last weeks or months.

Installation

Use virtualenv on package-based Linux distributions! Learn why

$ pip install actracker

Usage

Run actracker as:

$ ./actracker.py

And open in your browser: http://127.0.0.1:8080

You can create or edit classification rules at: http://127.0.0.1:8080/conf

To change the port number edit: ~/.config/actracker/conf.json

About

A simple user activity tracker

License:GNU General Public License v3.0


Languages

Language:Python 100.0%