TogglBot is a slack bot to help your organization interface with Toggl, the time-tracking application.
build it with
go build temp.go
and then run it with
./temp SLACK_BOT_USER_API_TOKEN
Send DMs to Togglbot in order to interact with it.
Format: register TOGGL_API_TOKEN
Example: register 466b5497ec191008f3d7ad482602fbbb
Format: start PROJECT_NAME DESCRIPTION DESCRIPTION DESCRIPTION
Example: start myFancyProject working on TPS reports!
Format: stop
Example: stop
Format: track PROJECT_NAME START_TIME-END_TIME DESCRIPTION DESCRIPTION
Example: track myFancyProject 9:00AM-5:00PM working on TPS reports!
Note: all times are tracked in local time of wherever you are running togglbot.
Note: Times must be in Kitchen Time (3:04PM)