Skip to content

FedericoCeratto/actracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages