https://github.com/alan-null/togglbackup
TogglBackup is a console application that can be used to dump all Toggl entires into json on a disk
https://github.com/alan-null/togglbackup
backup console-application toggl
Last synced: 22 days ago
JSON representation
TogglBackup is a console application that can be used to dump all Toggl entires into json on a disk
- Host: GitHub
- URL: https://github.com/alan-null/togglbackup
- Owner: alan-null
- Created: 2019-11-22T18:29:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-10-06T19:21:43.000Z (over 3 years ago)
- Last Synced: 2025-01-15T22:43:16.479Z (over 1 year ago)
- Topics: backup, console-application, toggl
- Language: C#
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TogglBackup
**TogglBackup** is a console application that can be used to dump all Toggl entires into json on a disk
## Usage
### CLI parameters
| short name | long name | description |
|----------|-------------|:------|
| -a, | --api | **Required.** API key for Toggl service. |
| -s, | --startDate | **Required.** Start date for crawler |
| -e, | --endDate | **Required.** End date for crawler |
| -o, | --outputFile | Name of the output file (default: out.json) |
| | --help | Display this help screen. |
| | --version | Display version information. |
### Example invocation
```cmd
TogglBackup.exe --api bg9e607cb1eb1212e23c15b73c0cc423 -s "2019-1-1" -e "2020-1-1" -o dump.json
```