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.
Use virtualenv on package-based Linux distributions! Learn why
$ pip install actracker
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