Skip to main content

Personal activity tracking daemon with LLM summarization

Project description

Lifelogger

Personal activity tracking daemon with LLM summarization.

CI PyPI Python

Features

  • Keyboard and mouse event capture
  • Automatic screenshots (on click and/or cron schedule)
  • LLM-powered activity summarization
  • Cross-platform (macOS, Windows, Linux)
  • Background daemon with CLI control

Installation

pip install lifelogger-daemon

Quick Start

# Initialize configuration
lifelogger init

# (Optional) Set your OpenAI API key for summarization
lifelogger config-set --openai-key YOUR_API_KEY

# Start the daemon
lifelogger start

# Check status
lifelogger status

# View activity summary
lifelogger summary

# Stop the daemon
lifelogger stop

Usage

Commands

Command Description
lifelogger init Initialize configuration and data directories
lifelogger start Start the background daemon
lifelogger start -f Run in foreground (for debugging)
lifelogger stop Stop the daemon
lifelogger status Show daemon status and statistics
lifelogger summary Show current activity summary
lifelogger events Show recent events
lifelogger chunks Show chunk summaries
lifelogger config-show Display current configuration
lifelogger config-set Update configuration

Configuration

Configuration is stored in ~/.lifelogger/config.json. You can modify it via CLI:

# Enable/disable capture types
lifelogger config-set --keypress/--no-keypress
lifelogger config-set --mouseclick/--no-mouseclick
lifelogger config-set --screenshot-on-click/--no-screenshot-on-click

# Configure cron screenshots
lifelogger config-set --cron-screenshot/--no-cron-screenshot
lifelogger config-set --cron-schedule "*/5 * * * *"

# Configure summarization
lifelogger config-set --summarizer/--no-summarizer
lifelogger config-set --model gpt-4o-mini
lifelogger config-set --openai-key YOUR_KEY

Environment variables are also supported:

  • LIFELOGGER_OPENAI_API_KEY
  • LIFELOGGER_CAPTURE_ENABLE_KEYPRESS
  • LIFELOGGER_CAPTURE_ENABLE_MOUSECLICK
  • etc.

Platform Notes

macOS

Requires accessibility permissions for keyboard/mouse capture. Grant permissions in System Preferences > Privacy & Security > Accessibility.

Linux

May require running as root or adding user to the input group for keyboard/mouse capture.

Windows

Should work out of the box. Some antivirus software may flag keyboard monitoring.

Development

# Clone the repo
git clone https://github.com/JacobFV/lifelogger.git
cd lifelogger

# Install with dev dependencies
pip install -e ".[dev]"

# Run tests
pytest

# Type checking
mypy lifelogger

# Linting
ruff check lifelogger

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

lifelogger_daemon-0.1.2.tar.gz (25.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

lifelogger_daemon-0.1.2-py3-none-any.whl (30.2 kB view details)

Uploaded Python 3

File details

Details for the file lifelogger_daemon-0.1.2.tar.gz.

File metadata

  • Download URL: lifelogger_daemon-0.1.2.tar.gz
  • Upload date:
  • Size: 25.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for lifelogger_daemon-0.1.2.tar.gz
Algorithm Hash digest
SHA256 dd05087ba85a3108acc7941387037f2a91ea6660e885ef5adf40f5b20e819440
MD5 5f65b1f397c73f269dfbe2ea4d23b5e5
BLAKE2b-256 54aaa420428d5329a03747650edc7d8ebd347f503e5109cc87807d5c719ea4d1

See more details on using hashes here.

Provenance

The following attestation bundles were made for lifelogger_daemon-0.1.2.tar.gz:

Publisher: publish.yml on JacobFV/lifelogger

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file lifelogger_daemon-0.1.2-py3-none-any.whl.

File metadata

File hashes

Hashes for lifelogger_daemon-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 9d505cd055796bb58f242dfa0b498204ddfd36e248534d549f1b24a73b76b0df
MD5 bdb2c51ed3e3618fd6d3138b513b38a9
BLAKE2b-256 cc8cf5ff2a43cdc0015baebce34931ea1518fc435a49f8008254fdfddd111b5d

See more details on using hashes here.

Provenance

The following attestation bundles were made for lifelogger_daemon-0.1.2-py3-none-any.whl:

Publisher: publish.yml on JacobFV/lifelogger

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page