Skip to content

ActivityWatch server for storage of all your Quantified Self data.

License

Notifications You must be signed in to change notification settings

busbyjon/aw-server

 
 

Repository files navigation

aw-server

Build Status

ActivityWatch server, for secure storage and retrieval of all your Quantified Self data.

Install

Install program and dependencies:

sudo python3 setup.py install 

The aw-server binary should now be available to you in your PATH (if it is set correctly).

Usage

Run aw-server:

aw-server

Development

If you want to run aw-server in development, you probably want to run a development instance beside your personal (stable) instance. You can do this by giving aw-server the --testing flag. This will start the server on another port and use a seperate datastore.

aw-server --testing

API Examples

You can also get a very decent API browser by browsing to localhost:5600 after starting the server.

There are also some API examples in the documentation.

About

ActivityWatch server for storage of all your Quantified Self data.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.4%
  • Makefile 1.7%
  • Other 0.9%