Client library for ActivityWatch
Project description
aw-client
Client library for ActivityWatch in Python.
Please see the documentation for usage, and take a look at examples/
.
How to install
Install from pip: pip install aw-client
Install the latest version directly from github without cloning: pip install git+https://github.com/ActivityWatch/aw-client.git
To install from a cloned version:
- clone repo:
git clone https://github.com/ActivityWatch/aw-client.git
- cd into the directory:
cd aw-client
- run
poetry install
(will create a virtualenv, if none activated)- If you don't want to use poetry you can also use
pip install .
, but that might not get the exact version of the dependencies (due to not reading thepoetry.lock
file).
- If you don't want to use poetry you can also use
Usage
For the CLI:
$ aw-client --help
Usage: aw-client [OPTIONS] COMMAND [ARGS]...
CLI utility for aw-client to aid in interacting with the ActivityWatch
server
Options:
--host TEXT Address of host
--port INTEGER Port to use
-v, --verbose Verbosity
--testing Set to use testing ports by default
--help Show this message and exit.
Commands:
buckets List all buckets
canonical Query 'canonical events' for a single host (filtered,...
events Query events from bucket with ID `bucket_id`
heartbeat Send a heartbeat to bucket with ID `bucket_id` with JSON `data`
query Run a query in file at `path` on the server
report Generate an activity report
Debugging
- Run python with
LOG_LEVEL=debug
to get additional debugging output - If invalid events have been queued for submission, you may need to delete the file-based queues generated by this library
- To use the development version of this library use
aw-client = {path = "../aw-client" }
inpyproject.toml
Examples
The examples/
directory contains a couple of example scripts, including:
time_spent_today.py
- fetches all non-afk events and sums their duration to get the total active time for the day.working_hours.py
- computes hours worked per day (matching a "work" category rule), and exports matching events to a JSON file (for auditing).load_dataframe.py
- loads events from a host using a categorizing & AFK-filtering query, put result in a pandas dataframe, and export as CSV.merge_buckets.py
- merges two buckets with non-intersecting events by moving all events from one into the other.redact_sensitive.py
- redact sensitive events.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
aw_client-0.5.11.tar.gz
(20.6 kB
view details)
Built Distribution
File details
Details for the file aw_client-0.5.11.tar.gz
.
File metadata
- Download URL: aw_client-0.5.11.tar.gz
- Upload date:
- Size: 20.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.3.1 CPython/3.10.9 Linux/6.1.4-arch1-1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e844a34253cd8866dac4e7a51662d1fadfc5376cb23178286d310bae8db0da29 |
|
MD5 | 1a1b7ef6da628bd56fd8685319724950 |
|
BLAKE2b-256 | 3a9bebdc34c71a6620128d0beec8aa7aca9ad188709b113addfaee867160be6c |
File details
Details for the file aw_client-0.5.11-py3-none-any.whl
.
File metadata
- Download URL: aw_client-0.5.11-py3-none-any.whl
- Upload date:
- Size: 21.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.3.1 CPython/3.10.9 Linux/6.1.4-arch1-1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3776f309aacf4c2f002b392b889064e304d8d7e68f4003c6dd61f9ed064fd641 |
|
MD5 | 92728dd2395e4d08a59a7b43c2601302 |
|
BLAKE2b-256 | 570623990f6f1238d4d6ba88fe02653b2a20a20075162dbd2111c91321296835 |