Create a SQLite database containing data from your Toggl account
Project description
toggl-to-sqlite
Create a SQLite database containing data from your Toggl account.
How to install
$ pip install toggl-to-sqlite
Usage
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:
$ toggl-to-sqlite auth
You will need to get your API Token from this page
https://track.toggl.com/profile
Once you have your API Token enter it at the command line.
Authentication tokens written to auth.json
Now you can fetch all of your items from toggl like this:
$ toggl-to-sqlite fetch toggl.db
You can choose to get only time_entries
, projects
, or workspaces
by speciying a type in the argument like this.
To get ONLY your workspaces:
$ toggl-to-sqlite fetch -t workspaces toggl.db
To get your workspaces and projects:
$ toggl-to-sqlite fetch -t workspaces -t projects toggl.db
The default is to get all three of time_entries
, projects
, and workspaces
Using with Datasette
The SQLite database produced by this tool is designed to be browsed using Datasette. Use the datasette-render-timestamps plugin to improve the display of the timestamp values.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file toggl-to-sqlite-0.1.5.tar.gz
.
File metadata
- Download URL: toggl-to-sqlite-0.1.5.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 33cd3832e1cd2182dd53908bfaaad9d767e93a14d13848e0a02e78444632605a |
|
MD5 | df1975a6885058ee9ae5ffb4abf97ffb |
|
BLAKE2b-256 | ba682636087cb7ef574e6ad319926da38682a8a5e547f852ce293f81488ca3a6 |
File details
Details for the file toggl_to_sqlite-0.1.5-py3-none-any.whl
.
File metadata
- Download URL: toggl_to_sqlite-0.1.5-py3-none-any.whl
- Upload date:
- Size: 8.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9bd84e9331766d4c7cde29edad46c4fa795802240e846b3deadde09ad041f58d |
|
MD5 | 3b162839bd228f772d205709059e4fdb |
|
BLAKE2b-256 | 5ba088862f56e3bef94e0b96c21f660d4e013a21c5c6c67cd0afe2dbc8d55e6a |