Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kimromi/ruboty-toggl_team
π¨βπ©βπ§βπ¦ Toggl operation for multi user team
https://github.com/kimromi/ruboty-toggl_team
ruboty toggl
Last synced: about 1 month ago
JSON representation
π¨βπ©βπ§βπ¦ Toggl operation for multi user team
- Host: GitHub
- URL: https://github.com/kimromi/ruboty-toggl_team
- Owner: kimromi
- License: mit
- Created: 2019-01-09T13:01:58.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-27T13:46:17.000Z (almost 6 years ago)
- Last Synced: 2024-05-23T00:27:08.681Z (7 months ago)
- Topics: ruboty, toggl
- Language: Ruby
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Ruboty::TogglTeam
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'ruboty-toggl_team'
```## Usage
### Preparation
Set toggl API token. get from [https://toggl.com/app/profile](https://toggl.com/app/profile)
```
ruboty toggl set-token
```Set workspace(name).
```
ruboty toggl set-workspace
```### Get project names
```
projects
```
### Start task```
start
start
```### Stop task
```
stop
```### Get report
```
today
```## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/kimromi/ruboty-toggl_team. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
## License
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
## Code of Conduct
Everyone interacting in the Ruboty::TogglTeam projectβs codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/kimromi/ruboty-toggl_team/blob/master/CODE_OF_CONDUCT.md).