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.2.1.tar.gz (26.8 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.2.1-py3-none-any.whl (31.7 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: lifelogger_daemon-0.2.1.tar.gz
  • Upload date:
  • Size: 26.8 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.2.1.tar.gz
Algorithm Hash digest
SHA256 db528090bf240b7e811e4b336a037e18fe3e9b26d587f1f9bd093ab795d6d609
MD5 e2c9b3029f65c830341b8790b28d60c6
BLAKE2b-256 f6f2f41615ba309174cb9eec6891b7ac4b20a0aae272012357eceb7521b6114e

See more details on using hashes here.

Provenance

The following attestation bundles were made for lifelogger_daemon-0.2.1.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.2.1-py3-none-any.whl.

File metadata

File hashes

Hashes for lifelogger_daemon-0.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 69a3a7f47a2a4a09498b603e173ad619f8b38baba104ea1b16b3144a826acc57
MD5 ad6bd50f26255b13f638ccd96d513929
BLAKE2b-256 43ceea223c6196a7f3b897ed0bb4186732c24b41f3f896576afbc0a895e44d70

See more details on using hashes here.

Provenance

The following attestation bundles were made for lifelogger_daemon-0.2.1-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