All Projects → agateblue → trax

agateblue / trax

Licence: MIT license
Simple time tracker designed for ChatOps

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects
shell
77523 projects
CSS
56736 projects
Dockerfile
14818 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to trax

mattermost-api
Client side API for communicating with a mattermost server in Haskell
Stars: ✭ 20 (-50%)
Mutual labels:  mattermost, mattermost-chat
st2chatops
Packaging environment for building StackStorm chatops native packages
Stars: ✭ 26 (-35%)
Mutual labels:  chatops, mattermost
Sactive Bot
😈 An extensible chat bot framework. sactive-bot is an evolution of the open source hubot project. - https://www.shipengqi.top/sactive-bot .
Stars: ✭ 212 (+430%)
Mutual labels:  chatops, mattermost
isolex
Chat bot able to speak natural language and markup, prompt to complete commands, and offer localized help. Configured with schema-validated YAML, features JWT authentication with granular RBAC, and SQL persistence.
Stars: ✭ 15 (-62.5%)
Mutual labels:  chatops
speakerboxxx
Configurable GitHub organization hooks for Slack teams
Stars: ✭ 20 (-50%)
Mutual labels:  chatops
goclockify
A terminal-based client for Clockify time tracker
Stars: ✭ 47 (+17.5%)
Mutual labels:  time-tracker
flixctl
A toolkit for controlling the infrastructure necessary for a true MaSaS (Movies and Shows as a Service) architecture.
Stars: ✭ 43 (+7.5%)
Mutual labels:  chatops
Chat-Bot-Security-Checklist
Chat Bot Security Checklist
Stars: ✭ 20 (-50%)
Mutual labels:  chatops
mattermost-plugin-wrangler
Manage Mattermost Messages Masterfully!
Stars: ✭ 33 (-17.5%)
Mutual labels:  mattermost
op-mattermost
OpenProject and Mattermost integration
Stars: ✭ 19 (-52.5%)
Mutual labels:  mattermost
slash-heroku
/heroku commands for slack
Stars: ✭ 37 (-7.5%)
Mutual labels:  chatops
mattermost-plugin-walltime
Timezone Message Convert for Mattermost 🕛 🕒 🕕 🕘
Stars: ✭ 25 (-37.5%)
Mutual labels:  mattermost
mattermost-plugin-voice
Mattermost plugin for voice messaging. 🎤 🔉
Stars: ✭ 64 (+60%)
Mutual labels:  mattermost
time
React UI for Wobbly Time Tracker for the Teams
Stars: ✭ 24 (-40%)
Mutual labels:  time-tracker
redmine hourglass
New Redmine plugin to enhance the time tracking abilities, reports and REST-API.
Stars: ✭ 68 (+70%)
Mutual labels:  time-tracker
mattermost-plugin-memes
Add culture to your Mattermost with memes 🔌
Stars: ✭ 59 (+47.5%)
Mutual labels:  mattermost
cog-helm
A Helm chart to deploy Cog on Kubernetes
Stars: ✭ 17 (-57.5%)
Mutual labels:  chatops
cogy
Cog commands from your Rails app
Stars: ✭ 20 (-50%)
Mutual labels:  chatops
mattermost-plugin-apps
Powers the Mattermost App Framework
Stars: ✭ 29 (-27.5%)
Mutual labels:  mattermost
mattermost-themes
A collection of Mattermost themes that can be easily copy-pasted to your server of choice
Stars: ✭ 34 (-15%)
Mutual labels:  mattermost

trax

Simple time tracking server designed to work with Mattermost / Slack.

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/.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].