Skip to content

tadgh/TogglBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TogglBot

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.

Register yourself with Togglbot

Format: register TOGGL_API_TOKEN

Example: register 466b5497ec191008f3d7ad482602fbbb

Start a timer for a project with a description

Format: start PROJECT_NAME DESCRIPTION DESCRIPTION DESCRIPTION

Example: start myFancyProject working on TPS reports!

Stop the active timer

Format: stop

Example: stop

Create a time entry with defined start/end time.

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)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages