Whos-online

Build Status

Usage

``` whos-online (-b | --bot) [--token=] [--host=] whos-online (-c | --collector) whos-online (-d | --daemon) [--host=] [--period=] [--workspace=] whos-online (-h | --help) whos-online --version

Arguments: Toggl API token that you may find at toggl.com/app/profile Username for data reporting (handy to use telegram nickname)

Options: -b --bot Launch bot -c --collector Launch tracking data collector -d --daemon Launch submitting daemon --token= Telegram bot token --host= Host for data reporting [default: http://127.0.0.1:8080] --period= Period of data reports [default: 30] --workspace= Toggl workspace for monitoring --version Show version. -h --help Show this help. ```

Tool that is answer the question who is online of your colleagues. It's consist of the three main parts.

whosd

whosd is a daemon that periodically send the status from your toggl account. That's why you need to give it your token (you may find it at the profile settings). Besides you may set the host where submit your statuses and a period or how often should it be done.

The defaults are: - host: http://127.0.0.1:8080 - period: 30s

whosc

whosc is stands for collector. Its aim is grub all of the statuses.

whosb

whosb is a bot that answer the main question.