https://github.com/agateblue/trax
Simple time tracker designed for ChatOps
https://github.com/agateblue/trax
chatops mattermost mattermost-chat slack time-tracker
Last synced: about 1 year ago
JSON representation
Simple time tracker designed for ChatOps
- Host: GitHub
- URL: https://github.com/agateblue/trax
- Owner: agateblue
- License: mit
- Archived: true
- Created: 2016-12-27T13:15:26.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-04-16T20:48:31.000Z (about 5 years ago)
- Last Synced: 2025-06-02T14:53:25.393Z (about 1 year ago)
- Topics: chatops, mattermost, mattermost-chat, slack, time-tracker
- Language: Python
- Size: 981 KB
- Stars: 42
- Watchers: 4
- Forks: 4
- Open Issues: 15
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
- awesome-time-tracking - trax - trax is a simple time tracking server built for integration with Mattermost and Slack, supporting ChatOps workflows for team-based time tracking. ([Read more](/details/trax.md)) `open-source` `integration` `teams` `chatops` (Team & Project Time Tracking)
README
trax
====
Simple time tracking server designed to work with Mattermost / Slack.
.. image:: https://img.shields.io/badge/built%20with-Cookiecutter%20Django-ff69b4.svg
:target: https://github.com/pydanny/cookiecutter-django/
:alt: Built with Cookiecutter Django
:License: MIT
Overview
--------
Trax is a time tracking server written in Python/Django, designed to work within a chat server such as Mattermost or Slack. You interact with it directly from your chat server, using slash commands and webhooks::
# start to work on something
/trax start making coffee
# Get a pretty reminder in channel in 5 minutes
/trax remind add "Call mom" "in 5 minutes"
# start to work on something else
/trax start reading emails
# Stop working
/trax stop
# see how you spent your time today
/trax stats
Documentation
-------------
Detailed user guide, installation and deployment instructions are available at https://traxio.readthedocs.io/.