Skip to content

Auto generating daily standup reports based on Toggl time tracking

Notifications You must be signed in to change notification settings

mkusold/toggl-standup-reporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Remote Standup

Are you sick of having to hand-draft a daily remote standup email? This tool integrates Toggl Time Tracking and generates an HTML file that can be copied and pasted into your email client so you can automate your worries away.

Setup

  1. Run yarn && cp .env.example .env
  2. Log into Toggl and go to https://track.toggl.com/profile and copy and paste the API Token into the .env file.
  3. We also need the workspace ID which is a bit harder to find. Click on the Settings page in the side nav. Now look in the URL. It should look something like https://track.toggl.com/{WorkspaceID}/settings/general. Copy your workspace ID from here into your .env file.
  4. To run in the background forever and on startup, run npm install forever -g
  5. Then kick off the program by running forever start -v --minUptime 5000 --spinSleepTime 2000 -c "yarn start" ./

About

Auto generating daily standup reports based on Toggl time tracking

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published