You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ Create a SQLite database containing data from your [Toggl](https://toggl.com/) a
14
14
15
15
## Usage
16
16
17
-
You will need to first obtain a valid OAuth token for your toggl account. You can do this by running the `auth` command and following the prompts:
17
+
You will need to first obtain a valid API token for your toggl account. You can do this by running the `auth` command and following the prompts:
18
18
19
19
$ toggl-to-sqlite auth
20
20
You will need to get your API Token from this page
@@ -41,7 +41,11 @@ To get your workspaces and projects:
41
41
42
42
The default is to get all three of `time_entries`, `projects`, and `workspaces`
43
43
44
+
Additionally, you can specify to get time_entries since a specific date. You do this by specifying the `since` option:
45
+
46
+
$ toggl-to-sqlite fetch -s 2021-03-13
44
47
45
48
## Using with Datasette
46
49
47
-
The SQLite database produced by this tool is designed to be browsed using [Datasette](https://datasette.readthedocs.io/). Use the [datasette-render-timestamps](https://github.com/simonw/datasette-render-timestamps) plugin to improve the display of the timestamp values.
50
+
The SQLite database produced by this tool is designed to be browsed using [Datasette](https://datasette.readthedocs.io/). Use the [datasette-render-timestamps](https://github.com/simonw/datasette-render-timestamps) plugin to improve the display of the timestamp values.
0 commit comments