https://github.com/himynameisdave/toggl-yesterday
Simple script to fetch a report of what I did yesterday to post in Slackbot for our daily standup report
https://github.com/himynameisdave/toggl-yesterday
productivity scripts toggl toggl-api
Last synced: 3 months ago
JSON representation
Simple script to fetch a report of what I did yesterday to post in Slackbot for our daily standup report
- Host: GitHub
- URL: https://github.com/himynameisdave/toggl-yesterday
- Owner: himynameisdave
- License: mit
- Created: 2017-06-07T00:58:12.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-24T05:38:14.000Z (almost 8 years ago)
- Last Synced: 2025-02-15T04:51:20.734Z (3 months ago)
- Topics: productivity, scripts, toggl, toggl-api
- Language: JavaScript
- Size: 59.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## toggl-yesterday
Simple script to fetch a report of what I did yesterday to post in Slackbot for our daily standup report.
### Running
This is pretty hardcoded to my own projects and needs, but I guess in case I forget I should write this down.
Clone repo and then create a `.env` file at the root with the following:
```
API_TOKEN=
```Then `yarn install` and you should be good to go. Run `node index.js` (or `yarnpkg run go`) to run the script.
The result is something that looks like this:
```
C O P I E D T O T H E C L I P B O A R D:=====> ๐ท Building out that sweet new feature #4433
=====> ๐ท Resolving some CR feedback (#1234)
=====> ๐จโ๐ฉโ๐งโ๐ฆ Feedback project meeting
=====> ๐ Lunch and learned___T_
| o o |
|__-__| Stop SLACKing off, human!
/| []|\
()/|___|\()
|_|_|
/_|_\```
And it will actually copy that to your clipboard. Pretty handy.
---
*Created by Dave Lunny in 2017. Licensed under MIT ๐*