An open API service indexing awesome lists of open source software.

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

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 ๐Ÿ–*