Skip to main content

Create a SQLite database containing data from your Toggl account

Project description

toggl-to-sqlite

PyPI GitHub changelog Tests License

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 API 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

Additionally, you can specify to get time_entries since a specific date. You do this by specifying the since option:

$ toggl-to-sqlite fetch -s 2021-03-13

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

toggl-to-sqlite-0.3.1.tar.gz (7.7 kB view details)

Uploaded Source

Built Distribution

toggl_to_sqlite-0.3.1-py3-none-any.whl (8.6 kB view details)

Uploaded Python 3

File details

Details for the file toggl-to-sqlite-0.3.1.tar.gz.

File metadata

  • Download URL: toggl-to-sqlite-0.3.1.tar.gz
  • Upload date:
  • Size: 7.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.9.5

File hashes

Hashes for toggl-to-sqlite-0.3.1.tar.gz
Algorithm Hash digest
SHA256 8824efe8454d51ca95a59b465b61bf883fecbf8624e53fb4d5b88db9d665ce8d
MD5 883d73e4c1b0945d8a2b08c484710810
BLAKE2b-256 8e6c5f64b3a93399f5a1d4df6329ef0c9523deefbc259628d91172d60612da95

See more details on using hashes here.

File details

Details for the file toggl_to_sqlite-0.3.1-py3-none-any.whl.

File metadata

  • Download URL: toggl_to_sqlite-0.3.1-py3-none-any.whl
  • Upload date:
  • Size: 8.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.9.5

File hashes

Hashes for toggl_to_sqlite-0.3.1-py3-none-any.whl
Algorithm Hash digest
SHA256 0ec05676a1270eadb917941ebe29c2d0c26090618cfcb0dd4cb59856db12ba6d
MD5 9471fcae8707b506cf557ac029c80104
BLAKE2b-256 fe4308a6dfb6c8ed837e4704729c953d4f336cd5f7d9e9604afbfef13ad0f091

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page