Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more watchers/importers #137

Merged
merged 2 commits into from
Sep 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: |
make html
- name: Upload build
uses: actions/upload-artifact@v2-preview
uses: actions/upload-artifact@v4
with:
name: build
path: _build
2 changes: 2 additions & 0 deletions src/importers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ ActivityWatch can't track everything, so sometimes you might want to import data
- :gh-aw:`aw-importer-smartertime`, imports from `smartertime`_ Useful for importing Android screentime data.(Note ActivityWatch also has an Android app :gh-aw:`aw-android`)
- :gh-aw:`aw-import-screentime`, attempt at importing from macOS's Screen Time (and potentially iOS through syncing).
- :gh:`brayo-pip/aw-import-wakatime`, imports from `Wakatime`_ (For tracking time spent programming).
- :gh:`rtnhn/aw-importer-lastfm`, imports from Last.fm data export (For tracking time spent listening to music).
- :gh:`rtnhn/aw-importer-lifecycle`, imports from a Lifecycle app export (For tracking time spent in locations).


.. _smartertime: https://play.google.com/store/apps/details?id=com.smartertime&hl=en
Expand Down
1 change: 1 addition & 0 deletions src/watchers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ Other watchers to collect all kinds of data.
- :gh:`2e3s/awatcher` - A compiled watcher for X11 and Wayland to replace the original active window and AFK watchers, with workarounds for KDE and Gnome on Wayland.
- :gh:`RTnhN/aw-watcher-toggl` - A Watcher to import time entries from Toggl.
- :gh:`sameersismail/aw-watcher-netstatus` - Monitors if you're connected to a network, by :gh-user:`sameersismail`.
- :gh:`RTnhN/aw-watcher-buttons` - (WIP) A watcher for tracking external hardware buttons based on an Arduino used for working state.

Importers
---------
Expand Down
Loading