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.0.tar.gz (23.4 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.0-py3-none-any.whl (27.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: lifelogger_daemon-0.1.0.tar.gz
  • Upload date:
  • Size: 23.4 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.0.tar.gz
Algorithm Hash digest
SHA256 7ccb201b6da96436cb90bbd29707eaf83c238e6393161d875665d80289353d73
MD5 33a4729230969e826ef1d181e53d1d03
BLAKE2b-256 0e21958aa260cd9d6d3a5a34c82912e2d9761373dfa8ac6af75e3673933af168

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for lifelogger_daemon-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 9bb117961e594d7007b1798ccac0e1179fc45542b62e66c21bc58b27db9fac82
MD5 6faf1cda3252e379fc7a2b5338f9fe68
BLAKE2b-256 bbb150f7edd6995a50a8371c234fb18ba323355a19acec9d41ea735d2d77385c

See more details on using hashes here.

Provenance

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