Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ActivityWatch/aw-watcher-afk
Watches keyboard and mouse activity to determine if you are AFK or not (for use with ActivityWatch)
https://github.com/ActivityWatch/aw-watcher-afk
activitywatch activitywatch-watcher afk mouse-activity
Last synced: 8 days ago
JSON representation
Watches keyboard and mouse activity to determine if you are AFK or not (for use with ActivityWatch)
- Host: GitHub
- URL: https://github.com/ActivityWatch/aw-watcher-afk
- Owner: ActivityWatch
- License: mpl-2.0
- Created: 2016-04-03T19:23:15.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-17T16:37:24.000Z (24 days ago)
- Last Synced: 2024-10-30T00:54:47.952Z (12 days ago)
- Topics: activitywatch, activitywatch-watcher, afk, mouse-activity
- Language: Python
- Homepage:
- Size: 318 KB
- Stars: 47
- Watchers: 7
- Forks: 34
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-activitywatch - aw-watcher-afk
README
aw-watcher-afk
==============[![Build Status](https://github.com/ActivityWatch/aw-watcher-afk/workflows/Build/badge.svg)](https://github.com/ActivityWatch/aw-watcher-afk/actions)
Watches your keyboard and mouse activity to determine if you are AFK (away from keyboard) or not.
By default, a period of at least 3 minutes inactivity is flagged as AFK.## How to install
To install the pre-built application, go to https://activitywatch.net/downloads/
To build your own packaged application, run `make package`
To install the latest git version directly from github without cloning, run
`pip install git+https://github.com/ActivityWatch/aw-watcher-afk.git`To install from a cloned version, cd into the directory and run
`poetry install` to install inside an virtualenv. If you want to install it
system-wide it can be installed with `pip install .`, but that has the issue
that it might not get the exact version of the dependencies due to not reading
the poetry.lock file.